Symbol: namnod
usr/src/cmd/sh/bltin.c
306
struct namnod *n;
usr/src/cmd/sh/bltin.c
431
struct namnod *n;
usr/src/cmd/sh/defs.h
178
extern struct namnod *lookup();
usr/src/cmd/sh/defs.h
179
extern struct namnod *findnam();
usr/src/cmd/sh/defs.h
188
extern void exname(struct namnod *);
usr/src/cmd/sh/defs.h
189
extern void printnam(struct namnod *);
usr/src/cmd/sh/defs.h
190
extern void printro(struct namnod *);
usr/src/cmd/sh/defs.h
191
extern void printexp(struct namnod *);
usr/src/cmd/sh/defs.h
203
extern void assign(struct namnod *, unsigned char *);
usr/src/cmd/sh/defs.h
295
extern struct namnod fngnod;
usr/src/cmd/sh/defs.h
296
extern struct namnod cdpnod;
usr/src/cmd/sh/defs.h
297
extern struct namnod ifsnod;
usr/src/cmd/sh/defs.h
298
extern struct namnod homenod;
usr/src/cmd/sh/defs.h
299
extern struct namnod mailnod;
usr/src/cmd/sh/defs.h
300
extern struct namnod pathnod;
usr/src/cmd/sh/defs.h
301
extern struct namnod ps1nod;
usr/src/cmd/sh/defs.h
302
extern struct namnod ps2nod;
usr/src/cmd/sh/defs.h
303
extern struct namnod mchknod;
usr/src/cmd/sh/defs.h
304
extern struct namnod acctnod;
usr/src/cmd/sh/defs.h
305
extern struct namnod mailpnod;
usr/src/cmd/sh/func.c
43
freefunc(struct namnod *n)
usr/src/cmd/sh/hashserv.c
338
struct namnod *n = lookup(name);
usr/src/cmd/sh/hashserv.c
64
struct namnod *n;
usr/src/cmd/sh/macro.c
185
struct namnod *n = (struct namnod *)NIL;
usr/src/cmd/sh/main.c
80
struct namnod *n;
usr/src/cmd/sh/mode.h
69
struct namnod *_namptr;
usr/src/cmd/sh/name.c
101
struct namnod mailpnod =
usr/src/cmd/sh/name.c
103
(struct namnod *)NIL,
usr/src/cmd/sh/name.c
104
(struct namnod *)NIL,
usr/src/cmd/sh/name.c
109
struct namnod *namep = &mchknod;
usr/src/cmd/sh/name.c
167
struct namnod *n;
usr/src/cmd/sh/name.c
204
dfault(struct namnod *n, unsigned char *v)
usr/src/cmd/sh/name.c
211
assign(struct namnod *n, unsigned char *v)
usr/src/cmd/sh/name.c
305
struct namnod *n = lookup(*names++); /* done now to avoid storage mess */
usr/src/cmd/sh/name.c
44
static void namwalk(struct namnod *);
usr/src/cmd/sh/name.c
464
struct namnod *
usr/src/cmd/sh/name.c
467
struct namnod *nscan = namep;
usr/src/cmd/sh/name.c
468
struct namnod **prev;
usr/src/cmd/sh/name.c
47
struct namnod ps2nod =
usr/src/cmd/sh/name.c
488
nscan = (struct namnod *)alloc(sizeof *nscan);
usr/src/cmd/sh/name.c
489
nscan->namlft = nscan->namrgt = (struct namnod *)NIL;
usr/src/cmd/sh/name.c
49
(struct namnod *)NIL,
usr/src/cmd/sh/name.c
527
namwalk(struct namnod *np)
usr/src/cmd/sh/name.c
53
struct namnod cdpnod =
usr/src/cmd/sh/name.c
538
printnam(struct namnod *n)
usr/src/cmd/sh/name.c
55
(struct namnod *)NIL,
usr/src/cmd/sh/name.c
56
(struct namnod *)NIL,
usr/src/cmd/sh/name.c
566
printro(struct namnod *n)
usr/src/cmd/sh/name.c
578
printexp(struct namnod *n)
usr/src/cmd/sh/name.c
59
struct namnod pathnod =
usr/src/cmd/sh/name.c
602
countnam(struct namnod *n)
usr/src/cmd/sh/name.c
609
pushnam(struct namnod *n)
usr/src/cmd/sh/name.c
62
(struct namnod *)NIL,
usr/src/cmd/sh/name.c
65
struct namnod ifsnod =
usr/src/cmd/sh/name.c
654
struct namnod *
usr/src/cmd/sh/name.c
658
struct namnod *nscan = namep;
usr/src/cmd/sh/name.c
678
struct namnod *n;
usr/src/cmd/sh/name.c
71
struct namnod ps1nod =
usr/src/cmd/sh/name.c
761
struct namnod *n;
usr/src/cmd/sh/name.c
77
struct namnod homenod =
usr/src/cmd/sh/name.c
80
(struct namnod *)NIL,
usr/src/cmd/sh/name.c
83
struct namnod mailnod =
usr/src/cmd/sh/name.c
85
(struct namnod *)NIL,
usr/src/cmd/sh/name.c
86
(struct namnod *)NIL,
usr/src/cmd/sh/name.c
89
struct namnod mchknod =
usr/src/cmd/sh/name.c
95
struct namnod acctnod =
usr/src/cmd/sh/name.c
97
(struct namnod *)NIL,
usr/src/cmd/sh/name.c
98
(struct namnod *)NIL,
usr/src/cmd/sh/name.h
42
struct namnod *namlft;
usr/src/cmd/sh/name.h
43
struct namnod *namrgt;
usr/src/cmd/sh/xec.c
186
struct namnod *n, *opt;
usr/src/cmd/sh/xec.c
406
struct namnod *n = lookup(forptr(t)->fornam);
usr/src/cmd/sh/xec.c
82
struct namnod *n = lookup(f->fndnam);