Home
last modified time | relevance | path

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

/system/core/sh/
Dnodes.h20 #define NARG 15 macro
Dnodetypes108 NARG narg # represents a word
122 fname nodeptr # file name, in a NARG node
139 doc nodeptr # input to command (NARG node)
Dparser.c369 n2->type = NARG; in command()
383 n2->type = NARG; in command()
413 n2->type = NARG; in command()
429 ap->type = NARG; in command()
559 n->type = NARG; in simplecmd()
610 n->type = NARG; in makename()
695 n->narg.type = NARG; in parseheredoc()
Dnodes.c165 case NARG:
263 case NARG:
Dshow.c172 if (arg->type != NARG) { in sharg()
DTOUR144 Nodes of type NARG are used to represent both words and the con-
156 The text field of a NARG structure points to the text of the
Djobs.c1337 case NARG: in cmdtxt()