Home
last modified time | relevance | path

Searched defs:cmdentry (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dash.c8175 struct cmdentry { struct
8176 smallint cmdtype; /* CMDxxx */
8200 static void find_command(char *, struct cmdentry *, int, const char *); argument
10299 struct cmdentry cmdentry; in evalcommand() local