Searched refs:cmdentry (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/bin/sh/ |
| H A D | eval.c | 827 struct cmdentry cmdentry; in evalcommand() local 880 cmdentry.u.index = BLTINCMD; in evalcommand() 881 cmdentry.special = 0; in evalcommand() 917 cmdentry.u.index = find_builtin(*argv, &cmdentry.special); in evalcommand() 976 cmdentry.special = 0; in evalcommand() 980 if (((cmdentry.cmdtype == CMDNORMAL || cmdentry.cmdtype == CMDUNKNOWN) in evalcommand() 1031 reffunc(cmdentry.u.func); in evalcommand() 1035 unreffunc(cmdentry.u.func); in evalcommand() 1054 unreffunc(cmdentry.u.func); in evalcommand() 1097 cmdentry.special = 1; in evalcommand() [all …]
|
| H A D | exec.h | 49 struct cmdentry { struct 65 void find_command(const char *, struct cmdentry *, int, const char *); argument
|
| H A D | exec.c | 99 static void addcmdentry(const char *, struct cmdentry *); 262 struct cmdentry entry; in hashcmd() 350 find_command(const char *name, struct cmdentry *entry, int act, in find_command() 615 addcmdentry(const char *name, struct cmdentry *entry) in addcmdentry() 638 struct cmdentry entry; in defun() 703 struct cmdentry entry; in typecmd_impl()
|
| /freebsd-14.2/usr.bin/systat/ |
| H A D | main.c | 74 struct cmdentry { struct 75 SLIST_ENTRY(cmdentry) link; 79 static SLIST_HEAD(, cmdentry) commands; argument 85 struct cmdentry *cmd = NULL; in parse_cmd_args() 98 cmd = calloc(1, sizeof(struct cmdentry)); in parse_cmd_args() 148 struct cmdentry *cmd = NULL; in main()
|