Home | History | Annotate | Download | only in sh

Lines Matching refs:nclist

424 			*cpp = cp = (union node *)stalloc(sizeof (struct nclist));
425 cp->type = NCLIST;
426 app = &cp->nclist.pattern;
442 cp->nclist.body = list(0);
455 cpp = &cp->nclist.next;