Home | History | Annotate | Download | only in sh

Lines Matching defs:cp

292 	union node *cp, **cpp;
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;