Searched refs:shell_cmd (Results 1 – 2 of 2) sorted by relevance
165 struct strbuf shell_cmd = STRBUF_INIT; in exec_man_cmd() local168 strbuf_addf(&shell_cmd, "%s %s", cmd, page); in exec_man_cmd()169 execl("/bin/sh", "sh", "-c", shell_cmd.buf, NULL); in exec_man_cmd()
96 struct shell_cmd { struct1242 static const struct shell_cmd cmds[] = {