HomeSort by relevance Sort by last modified time
    Searched refs:NCLIST (Results 1 - 3 of 3) sorted by null

  /system/core/sh/
nodes.h 18 #define NCLIST 13
86 struct nclist { struct
143 struct nclist nclist; member in union:node
nodes.c 72 SHELL_ALIGN(sizeof (struct nclist)),
159 case NCLIST:
160 calcsize(n->nclist.body);
161 calcsize(n->nclist.pattern);
162 calcsize(n->nclist.next);
257 case NCLIST:
258 new->nclist.body = copynode(n->nclist.body);
259 new->nclist.pattern = copynode(n->nclist.pattern)
    [all...]
parser.c 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;
    [all...]

Completed in 304 milliseconds