Searched refs:nclist (Results 1 – 6 of 6) sorted by relevance
72 SHELL_ALIGN(sizeof (struct nclist)),160 calcsize(n->nclist.body);161 calcsize(n->nclist.pattern);162 calcsize(n->nclist.next);258 new->nclist.body = copynode(n->nclist.body);259 new->nclist.pattern = copynode(n->nclist.pattern);260 new->nclist.next = copynode(n->nclist.next);
86 struct nclist { struct143 struct nclist nclist; member
424 *cpp = cp = (union node *)stalloc(sizeof (struct nclist)); in command()426 app = &cp->nclist.pattern; in command()442 cp->nclist.body = list(0); in command()455 cpp = &cp->nclist.next; in command()
401 for (cp = n->ncase.cases ; cp && evalskip == 0 ; cp = cp->nclist.next) { in evalcase()402 for (patp = cp->nclist.pattern ; patp ; patp = patp->narg.next) { in evalcase()405 evaltree(cp->nclist.body, flags); in evalcase()
1321 for (np = n->ncase.cases; np; np = np->nclist.next) { in cmdtxt()1322 cmdtxt(np->nclist.pattern); in cmdtxt()1324 cmdtxt(np->nclist.body); in cmdtxt()
98 NCLIST nclist # a case