Searched defs:built_in_command (Results 1 – 1 of 1) sorted by relevance
347 struct built_in_command { struct348 char *cmd; /* name */349 char *descr; /* description */350 int (*function) (struct child_prog *); /* function ptr */