Searched refs:np (Results 1 - 3 of 3) sorted by relevance

/system/core/sh/
H A Dshow.c126 union node *np; local
132 for (np = cmd->ncmd.args ; np ; np = np->narg.next) {
135 sharg(np, fp);
138 for (np = cmd->ncmd.redirect ; np ; np = np
[all...]
H A Dparser.c1198 union node *np; local
1200 np = (union node *)stalloc(sizeof (struct nfile));
1202 np->nfile.fd = 1;
1205 np->type = NAPPEND;
1207 np->type = NCLOBBER;
1209 np->type = NTOFD;
1211 np->type = NTO;
1215 np->nfile.fd = 0;
1219 np = (union node *)stalloc(sizeof (struct nhere));
1220 np
[all...]
H A Djobs.c1246 union node *np; local
1321 for (np = n->ncase.cases; np; np = np->nclist.next) {
1322 cmdtxt(np->nclist.pattern);
1324 cmdtxt(np->nclist.body);
1380 cmdlist(union node *np, int sep) argument
1382 for (; np; np
[all...]

Completed in 55 milliseconds