Searched refs:strtab (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libpp/
H A Dppexpr.c167 index = (int)hashref(pp.strtab, pp.token);
229 return *(args + 9) ? (int)hashref(pp.strtab, args + 9) : 1;
623 switch ((int)hashget(pp.strtab, s))
H A Dppbuiltin.c65 switch (op = (int)hashget(pp.strtab, p))
H A Dppop.c808 if (!pp.strtab)
810 pp.strtab = hashalloc(REFALL, HASH_name, "strings", 0);
811 inithash(pp.strtab, options);
812 inithash(pp.strtab, predicates);
813 inithash(pp.strtab, variables);
836 hashset(pp.strtab, HASH_ALLOCATE);
1375 if ((c = (int)hashref(pp.strtab, p)) > 0 && c <= X_last_option)
H A Dpplib.h333 Hash_table_t* strtab; /* string hash table */ \
H A Dppsearch.c225 switch ((int)hashref(pp.strtab, e))
H A Dppcontrol.c933 if (var.type == TOK_BUILTIN) switch ((int)hashget(pp.strtab, pp.token))
1306 switch ((int)hashref(pp.strtab, pp.token))
1661 if (((i1 = (int)hashref(pp.strtab, p3 + (i0 ? 0 : 2))) < 1 || i1 > X_last_option) && (i0 || (i1 = (int)hashref(pp.strtab, p3)) > X_last_option))
1887 if (c = (int)hashget(pp.strtab, s))
1889 hashput(pp.strtab, 0, 0);
1890 hashput(pp.strtab, pp.tmpbuf, c);
/ast/src/cmd/INIT/
H A Dproto.c389 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 142 milliseconds