Searched defs:shell_cmd (Results 1 – 2 of 2) sorted by relevance
96 struct shell_cmd { struct97 const char *name;98 int (*func)(char *args);
165 struct strbuf shell_cmd = STRBUF_INIT; in exec_man_cmd() local