Home
last modified time | relevance | path

Searched refs:nodelist (Results 1 – 10 of 10) sorted by relevance

/system/core/sh/
Dnodes.c.pat58 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));
Dnodes.h52 struct nodelist *cmdlist;
98 struct nodelist *backquote;
152 struct nodelist { struct
153 struct nodelist *next; argument
Dnodes.c89 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));
Dmknodes.sh91 nodelist ) type="struct nodelist *";;
111 echo "struct nodelist {"
112 echo " struct nodelist *next;"
Dparser.c97 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()
Dnodetypes43 # nodelist - a pointer to a list of nodes
65 cmdlist nodelist # the commands in the pipeline
112 backquote nodelist # list of commands in back quotes
Dshow.c75 struct nodelist *lp; in shtree()
169 struct nodelist *bqlist; in sharg()
Dexpand.c89 struct nodelist *argbackq; /* list of back quote expressions */
417 struct nodelist *saveargbackq; in expbackq()
490 struct nodelist *saveargbackq = argbackq; in subevalvar()
Deval.c492 struct nodelist *lp; in evalpipe()
Djobs.c1247 struct nodelist *lp; in cmdtxt()