Searched refs:nodelist (Results 1 – 10 of 10) sorted by relevance
58 STATIC void sizenodelist(struct nodelist *);60 STATIC struct nodelist *copynodelist(struct nodelist *);96 struct nodelist *lp;99 funcblocksize += SHELL_ALIGN(sizeof(struct nodelist));118 STATIC struct nodelist *120 struct nodelist *lp;122 struct nodelist *start;123 struct nodelist **lpp;129 SHELL_ALIGN(sizeof(struct nodelist));
52 struct nodelist *cmdlist;98 struct nodelist *backquote;152 struct nodelist { struct153 struct nodelist *next; argument
89 STATIC void sizenodelist(struct nodelist *);91 STATIC struct nodelist *copynodelist(struct nodelist *);198 struct nodelist *lp; in sizenodelist()201 funcblocksize += SHELL_ALIGN(sizeof(struct nodelist));299 STATIC struct nodelist *301 struct nodelist *lp; in copynodelist()303 struct nodelist *start;304 struct nodelist **lpp;310 SHELL_ALIGN(sizeof(struct nodelist));
91 nodelist ) type="struct nodelist *";;111 echo "struct nodelist {"112 echo " struct nodelist *next;"
97 struct nodelist *backquotelist;250 struct nodelist *lp, *prev; in pipeline()263 lp = (struct nodelist *)stalloc(sizeof (struct nodelist)); in pipeline()268 lp = (struct nodelist *)stalloc(sizeof (struct nodelist)); in pipeline()914 struct nodelist *bqlist; in readtoken1()1366 struct nodelist **nlpp; in readtoken1()1462 *nlpp = (struct nodelist *)stalloc(sizeof (struct nodelist)); in readtoken1()
43 # nodelist - a pointer to a list of nodes65 cmdlist nodelist # the commands in the pipeline112 backquote nodelist # list of commands in back quotes
75 struct nodelist *lp; in shtree()169 struct nodelist *bqlist; in sharg()
89 struct nodelist *argbackq; /* list of back quote expressions */417 struct nodelist *saveargbackq; in expbackq()490 struct nodelist *saveargbackq = argbackq; in subevalvar()
492 struct nodelist *lp; in evalpipe()
1247 struct nodelist *lp; in cmdtxt()