Home
last modified time | relevance | path

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

/dragonfly/bin/sh/
H A Dnodetypes109 NARG narg # represents a word
123 fname nodeptr # file name, in a NARG node
140 doc nodeptr # input to command (NARG node)
H A Dshow.c181 if (arg->type != NARG) { in sharg()
H A Dparser.c501 n2->type = NARG; in command()
707 n->type = NARG; in makename()
2181 n.narg.type = NARG; in expandstr()
H A DTOUR95 Nodes of type NARG are used to represent both words and the con-
107 The text field of a NARG structure points to the text of the
H A Djobs.c1476 case NARG: in cmdtxt()
/dragonfly/bin/sh/pregenerated/
H A Dnodes.h21 #define NARG 16 macro
H A Dnodes.c187 case NARG: in calcsize()
283 case NARG: in copynode()