Searched refs:NARG (Results 1 – 7 of 7) sorted by relevance
20 #define NARG 15 macro
108 NARG narg # represents a word122 fname nodeptr # file name, in a NARG node139 doc nodeptr # input to command (NARG node)
369 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()
165 case NARG:263 case NARG:
172 if (arg->type != NARG) { in sharg()
144 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
1337 case NARG: in cmdtxt()