Home
last modified time | relevance | path

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

/system/core/sh/
Dnodes.h6 #define NCMD 1 macro
Dnodes.c132 case NCMD:
228 case NCMD:
Deval.c296 case NCMD: in evaltree()
573 if (n->type == NCMD) { in evalbackcmd()
1106 if (n->type == NCMD && n->ncmd.args) in prehash()
Dshow.c97 case NCMD: in shtree()
Dnodetypes56 NCMD ncmd # a simple command
Dparser.c163 if (n2->type == NCMD || n2->type == NPIPE) { in list()
588 n->type = NCMD; in simplecmd()
Djobs.c1333 case NCMD: in cmdtxt()