Searched refs:dirtab (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppop.c | 34 #define REFALL (pp.truncate?pp.dirtab:pp.symtab) 799 if (!pp.dirtab) in ppop() 801 pp.dirtab = hashalloc(REFONE, HASH_name, "directives", 0); in ppop() 802 inithash(pp.dirtab, directives); in ppop() 833 hashset(pp.dirtab, HASH_ALLOCATE); in ppop()
|
H A D | ppcontrol.c | 330 switch (directive = (int)hashref(pp.dirtab, pp.token)) in ppcontrol() 370 …if ((pp.option & ELSEIF) && (c = pplex()) == T_ID && ((n = (int)hashref(pp.dirtab, pp.token)) == I… in ppcontrol() 977 switch ((int)hashref(pp.dirtab, pp.token)) in ppcontrol() 1882 if (c = (int)hashget(pp.dirtab, s)) in ppcontrol() 1884 hashput(pp.dirtab, 0, 0); in ppcontrol() 1885 hashput(pp.dirtab, pp.tmpbuf, c); in ppcontrol()
|
H A D | pplib.h | 332 Hash_table_t* dirtab; /* directive hash table */ \
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | proto.c | 389 …insert; struct ppfile* original; struct ppdirs* found; int vendor; char* dirtab; char* strtab; PPB… member
|