Symbol: argnod
usr/src/cmd/sh/cmd.c
209
struct argnod *argp;
usr/src/cmd/sh/cmd.c
217
wdarg = (struct argnod *)alloc(length(argp->argval) + BYTESPERWORD);
usr/src/cmd/sh/cmd.c
375
struct argnod *argp;
usr/src/cmd/sh/cmd.c
376
struct argnod **argtail;
usr/src/cmd/sh/cmd.c
377
struct argnod **argset = 0;
usr/src/cmd/sh/cmd.c
436
wdarg = (struct argnod *)alloc(length(argp->argval) + BYTESPERWORD);
usr/src/cmd/sh/cmd.c
443
argp->argnxt = (struct argnod *)argset;
usr/src/cmd/sh/cmd.c
444
argset = (struct argnod **)argp;
usr/src/cmd/sh/cmd.c
467
t->comset = (struct argnod *)argset;
usr/src/cmd/sh/defs.c
53
struct argnod *gchain;
usr/src/cmd/sh/defs.c
61
struct argnod *wdarg;
usr/src/cmd/sh/defs.h
246
extern struct argnod *gchain;
usr/src/cmd/sh/defs.h
280
extern struct argnod *wdarg;
usr/src/cmd/sh/expand.c
185
struct argnod *rchain;
usr/src/cmd/sh/expand.c
273
makearg((struct argnod *)endstak(s2));
usr/src/cmd/sh/expand.c
277
makearg(struct argnod *args)
usr/src/cmd/sh/expand.c
53
void makearg(struct argnod *);
usr/src/cmd/sh/expand.c
65
struct argnod *schain = gchain;
usr/src/cmd/sh/func.c
132
free_arg(struct argnod *argp)
usr/src/cmd/sh/func.c
134
struct argnod *sav;
usr/src/cmd/sh/func.c
302
struct argnod *arg;
usr/src/cmd/sh/func.c
36
static void free_arg(struct argnod *);
usr/src/cmd/sh/func.c
379
struct argnod *arg = swl->regptr;
usr/src/cmd/sh/func.c
39
static void prarg(struct argnod *argp);
usr/src/cmd/sh/func.c
408
prarg(struct argnod *argp)
usr/src/cmd/sh/hashserv.c
503
argpath(struct argnod *arg)
usr/src/cmd/sh/hashserv.c
54
struct argnod *arg;
usr/src/cmd/sh/mode.h
148
struct argnod *argnxt;
usr/src/cmd/sh/mode.h
170
struct argnod *comarg;
usr/src/cmd/sh/mode.h
171
struct argnod *comset;
usr/src/cmd/sh/mode.h
214
struct argnod *regptr;
usr/src/cmd/sh/name.c
142
setlist(struct argnod *arg, int xp)
usr/src/cmd/sh/service.c
42
extern void makearg(struct argnod *);
usr/src/cmd/sh/service.c
433
struct argnod *argp =
usr/src/cmd/sh/service.c
434
(struct argnod *)(Rcheat(gchain) & ~ARGMK);
usr/src/cmd/sh/service.c
452
argp = (struct argnod *)(Rcheat(argp) & ~ARGMK);
usr/src/cmd/sh/service.c
502
struct argnod *argp;
usr/src/cmd/sh/service.c
592
trims(((struct argnod *)argp)->argval);
usr/src/cmd/sh/service.c
594
(c = expand(((struct argnod *)argp)->argval, 0)))
usr/src/cmd/sh/service.c
598
makearg((struct argnod *)argp);
usr/src/cmd/sh/service.c
601
gchain = (struct argnod *)((int)gchain | ARGMK);
usr/src/cmd/sh/word.c
48
struct argnod *arg = (struct argnod *)locstak();
usr/src/cmd/sh/xec.c
130
struct argnod *schain = gchain;
usr/src/cmd/sh/xec.c
417
struct argnod *schain = gchain;
usr/src/cmd/sh/xec.c
479
struct argnod *rex = regp->regptr;