Searched defs:built_in_command (Results 1 – 1 of 1) sorted by relevance
346 struct built_in_command { struct347 char *cmd; /* name */348 char *descr; /* description */349 int (*function) (struct child_prog *); /* function ptr */
Completed in 11 milliseconds