cmdentry           64 usr/bin/cmdbox/cmd_conf.c const struct cmdentry builtin_cmds[] = {
cmdentry           33 usr/bin/cmdbox/cmdbox.h struct cmdentry {
cmdentry           38 usr/bin/cmdbox/cmdbox.h extern const struct cmdentry builtin_cmds[];
cmdentry           39 usr/bin/cmdbox/cmdbox.h extern const struct cmdentry shell_cmds[];
cmdentry           56 usr/bin/cmdbox/main.c 	struct cmdentry const *entry;
cmdentry          109 usr/bin/cmdbox/main.c 	struct cmdentry const *entry;
cmdentry           53 usr/bin/sh/cmds.c const struct cmdentry shell_cmds[] = {
cmdentry           56 usr/bin/sh/sh.c extern const struct cmdentry shell_cmds[];
cmdentry           58 usr/bin/sh/sh.c extern const struct cmdentry builtin_cmds[];
cmdentry          261 usr/bin/sh/sh.c findcmd(const struct cmdentry cmds[], char *cmd)
cmdentry           35 usr/bin/sh/sh.h struct cmdentry {