Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sh/
H A Dname.c44 static void namwalk(struct namnod *);
47 struct namnod ps2nod =
49 (struct namnod *)NIL,
53 struct namnod cdpnod =
55 (struct namnod *)NIL,
56 (struct namnod *)NIL,
59 struct namnod pathnod =
62 (struct namnod *)NIL,
65 struct namnod ifsnod =
71 struct namnod ps1nod =
[all …]
H A Ddefs.h178 extern struct namnod *lookup();
179 extern struct namnod *findnam();
188 extern void exname(struct namnod *);
189 extern void printnam(struct namnod *);
190 extern void printro(struct namnod *);
191 extern void printexp(struct namnod *);
203 extern void assign(struct namnod *, unsigned char *);
295 extern struct namnod fngnod;
296 extern struct namnod cdpnod;
297 extern struct namnod ifsnod;
[all …]
H A Dname.h40 struct namnod struct
42 struct namnod *namlft; argument
43 struct namnod *namrgt; argument
H A Dxec.c81 struct namnod *n = lookup(f->fndnam);
186 struct namnod *n, *opt;
406 struct namnod *n = lookup(forptr(t)->fornam);
H A Dbltin.c307 struct namnod *n; in builtin()
432 struct namnod *n; in builtin()
H A Dhashserv.c64 struct namnod *n;
338 struct namnod *n = lookup(name); in what_is_path()
H A Dmode.h69 struct namnod *_namptr;
H A Dmacro.c186 struct namnod *n = (struct namnod *)NIL;
H A Dmain.c80 struct namnod *n; in main()
H A Dfunc.c43 freefunc(struct namnod *n) in freefunc()