Searched refs:hidden (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/libpp/
H A Dppmisc.c218 if ((pp.state & SYNCLINE) || pp.hidden >= MAXHIDDEN)
220 pp.hidden = 0;
227 m = pp.hidden;
228 pp.hidden = 0;
236 pp.hidden = 0;
H A Dppcall.c110 old_hidden = pp.hidden;
115 pp.hidden++;
163 if (pp.hidden != old_hidden)
192 old_hidden = pp.hidden;
197 pp.hidden++;
221 if (pp.hidden != old_hidden)
225 if (pp.hidden && !--pp.hidden)
372 pp.hidden++;
445 if (ret < 0 && sym->hidden
[all...]
H A Dpplex.c51 #define CACHE() do{CACHEINX();CACHEOUTX();st=pp.state;if(!pp.hidden)spliced=0;}while(0)
52 #define CACHEIN() do{CACHEINX();st=pp.state;if(!pp.hidden)spliced=0;}while(0)
54 #define CACHEOUT() do{CACHEOUTX();st=pp.state;if(!pp.hidden)spliced=0;}while(0)
94 if ((st & SYNCLINE) || pp.hidden >= MAXHIDDEN) \
96 pp.hidden = 0; \
109 m = pp.hidden; \
110 pp.hidden = 0; \
118 pp.hidden = 0; \
391 pp.hidden = 0;
404 pp.hidden
[all...]
H A Dppcontrol.c940 else if (pp.hiding && (var.symbol = ppsymref(pp.symtab, pp.token)) && var.symbol->hidden)
1095 pp.hidden++;
1241 if ((pp.option & (DEFINITIONS|PREDEFINITIONS|REGUARD)) && !sym->hidden && !(sym->flags & SYM_MULTILINE) && ((pp.option & PREDEFINITIONS) || !(pp.mode & INIT)) && ((pp.option & (DEFINITIONS|PREDEFINITIONS)) || !(pp.state & NOTEXT)))
1422 if (!(sym->flags & SYM_REDEFINE) && !sym->hidden)
1542 pp.hidden = 0;
1755 if (!sym->hidden && !(sym->hidden = newof(0, struct pphide, 1, 0)))
1759 if (!sym->hidden->level++)
1764 sym->hidden->macro = sym->macro;
1766 sym->hidden
[all...]
H A Dpplib.h181 struct pphide /* hidden symbol info */
303 int hidden; /* hidden newline count */ \
346 struct pphide* hidden; /* hidden symbol info */
482 #define MAXHIDDEN 8 /* ppline if hidden>=MAXHIDDEN */
H A Dppinput.c196 pp.hidden = 0;
H A Dppop.c1046 * hidden in the library
1426 key->sym.hidden = tmp.hidden;
/ast/src/cmd/nmake/
H A Doption.c312 Oplist_t* hidden; /* options hidden by cmd line */ member in struct:Optstate_s
313 Oplist_t* lasthidden; /* tail of hidden */
789 opt.hidden = opt.lasthidden = x;
1708 while (x = opt.hidden)
1710 opt.hidden = x->next;
/ast/src/cmd/INIT/
H A Dproto.c357 struct pphide* hidden; member in struct:ppsymbol
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 49 milliseconds