Symbol: nodelist
bin/sh/eval.c
571
struct nodelist *lp;
bin/sh/expand.c
101
static const char *subevalvar_misc(const char *, struct nodelist **restrict,
bin/sh/expand.c
103
static const char *evalvar(const char *, struct nodelist **restrict, int,
bin/sh/expand.c
1449
struct nodelist *argbackq;
bin/sh/expand.c
233
struct nodelist *argbackq;
bin/sh/expand.c
273
argstr(const char *p, struct nodelist **restrict argbackq, int flag,
bin/sh/expand.c
416
expari(const char *p, struct nodelist **restrict argbackq, int flag,
bin/sh/expand.c
549
subevalvar_trim(const char *p, struct nodelist **restrict argbackq, int strloc,
bin/sh/expand.c
623
subevalvar_misc(const char *p, struct nodelist **restrict argbackq,
bin/sh/expand.c
661
evalvar(const char *p, struct nodelist **restrict argbackq, int flag,
bin/sh/expand.c
93
static const char *argstr(const char *, struct nodelist **restrict, int,
bin/sh/expand.c
96
static const char *expari(const char *, struct nodelist **restrict, int,
bin/sh/expand.c
99
static const char *subevalvar_trim(const char *, struct nodelist **restrict,
bin/sh/jobs.c
1394
struct nodelist *lp;
bin/sh/parser.c
105
static struct nodelist *backquotelist;
bin/sh/parser.c
1087
parsebackq(char *out, struct nodelist **pbqlist,
bin/sh/parser.c
1090
struct nodelist **nlpp;
bin/sh/parser.c
1180
*nlpp = (struct nodelist *)stalloc(sizeof (struct nodelist));
bin/sh/parser.c
1410
struct nodelist *bqlist;
bin/sh/parser.c
372
struct nodelist *lp, *prev;
bin/sh/parser.c
386
lp = (struct nodelist *)stalloc(sizeof (struct nodelist));
bin/sh/parser.c
391
lp = (struct nodelist *)stalloc(sizeof (struct nodelist));
bin/sh/pregenerated/nodes.c
219
sizenodelist(struct nodelist *lp, struct nodesize *result)
bin/sh/pregenerated/nodes.c
222
result->blocksize += ALIGN(sizeof(struct nodelist));
bin/sh/pregenerated/nodes.c
319
static struct nodelist *
bin/sh/pregenerated/nodes.c
320
copynodelist(struct nodelist *lp, struct nodecopystate *state)
bin/sh/pregenerated/nodes.c
322
struct nodelist *start;
bin/sh/pregenerated/nodes.c
323
struct nodelist **lpp;
bin/sh/pregenerated/nodes.c
329
ALIGN(sizeof(struct nodelist));
bin/sh/pregenerated/nodes.c
95
static void sizenodelist(struct nodelist *, struct nodesize *);
bin/sh/pregenerated/nodes.c
97
static struct nodelist *copynodelist(struct nodelist *, struct nodecopystate *);
bin/sh/pregenerated/nodes.h
154
struct nodelist *next;
bin/sh/pregenerated/nodes.h
52
struct nodelist *cmdlist;
bin/sh/pregenerated/nodes.h
98
struct nodelist *backquote;
bin/sh/show.c
178
struct nodelist *bqlist;
bin/sh/show.c
75
struct nodelist *lp;
sys/netgraph/netgraph/ng_base.c
1414
LIST_FOREACH(node, &nodelist, nodes) {
sys/netgraph/netgraph/ng_base.c
1435
LIST_FOREACH(node, &nodelist, nodes) {
sys/netgraph/netgraph/ng_base.c
402
LIST_INSERT_HEAD(&nodelist, node, nodes);
sys/netgraph/netgraph/ng_base.c
630
LIST_FOREACH(node, &nodelist, nodes) {
sys/netgraph/netgraph/ng_base.c
77
static LIST_HEAD(, ng_node) nodelist;