Searched defs:narg (Results 1 – 1 of 1) sorted by relevance
949 struct narg { struct950 smallint type;951 union node *next;952 char *text;953 struct nodelist *backquote;1001 struct narg narg; member