Home
last modified time | relevance | path

Searched refs:NCMD (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dash.c853 #define NCMD 0 macro
1357 case NCMD: in shtree()
5052 case NCMD: in cmdtxt()
5188 && n && n->type == NCMD /* is it single cmd? */ in forkchild()
5277 if (n && n->type == NCMD in forkchild()
8903 [NCMD ] = SHELL_ALIGN(sizeof(struct ncmd)),
8954 case NCMD: in calcsize()
9070 case NCMD: in copynode()
9322 case NCMD: in evaltree()
10640 if (n->type == NCMD && n->ncmd.args && goodname(n->ncmd.args->narg.text)) in prehash()
[all …]