Searched defs:narg (Results 1 – 1 of 1) sorted by relevance
94 struct narg { struct95 int type;96 union node *next;97 char *text;98 struct nodelist *backquote;144 struct narg narg; member