Searched refs:dirtab (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libpp/ |
H A D | ppop.c | 34 #define REFALL (pp.truncate?pp.dirtab:pp.symtab) 799 if (!pp.dirtab) 801 pp.dirtab = hashalloc(REFONE, HASH_name, "directives", 0); 802 inithash(pp.dirtab, directives); 833 hashset(pp.dirtab, HASH_ALLOCATE);
|
H A D | ppcontrol.c | 330 switch (directive = (int)hashref(pp.dirtab, pp.token)) 370 if ((pp.option & ELSEIF) && (c = pplex()) == T_ID && ((n = (int)hashref(pp.dirtab, pp.token)) == IF || n == IFDEF || n == IFNDEF)) 977 switch ((int)hashref(pp.dirtab, pp.token)) 1882 if (c = (int)hashget(pp.dirtab, s)) 1884 hashput(pp.dirtab, 0, 0); 1885 hashput(pp.dirtab, pp.tmpbuf, c);
|
H A D | pplib.h | 332 Hash_table_t* dirtab; /* directive hash table */ \
|
/ast/src/cmd/INIT/ |
H A D | proto.c | 389 char* checkpoint; int constack; struct ppinstk* in; char* addp; char* args; char* addbuf; char* catbuf; char* hdrbuf; char* hidebuf; char* path; char* tmpbuf; char* valbuf; char* optflags; int lastout; char* include; char* prefix; struct ppmember* member; int hidden; int hiding; int level; struct { int input; int output; } pool; struct { long ro_state; long ro_mode; long ro_option; long ro_op[2]; int on; char* symtab; } reset; int truncate; struct ppmacstk* macp; char* maxmac; char* mactop; char* toknxt; long* control; long* maxcon; struct oplist* chop; struct ppfile* insert; struct ppfile* original; struct ppdirs* found; int vendor; char* dirtab; char* strtab; PPBUILTIN builtin; PPCOMMENT comment; PPINCREF incref; PPLINESYNC linesync; PPLINESYNC olinesync; PPMACREF macref; PPOPTARG optarg; PPPRAGMA pragma; struct counter counter; char funbuf[256]; member in struct:ppglobals
|
Completed in 33 milliseconds