Searched defs:nclist (Results 1 – 1 of 1) sorted by relevance
935 struct nclist { struct936 smallint type;937 union node *next;938 union node *pattern;939 union node *body;999 struct nclist nclist; member