Searched refs:macref (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppmisc.c | 39 …if (!(sym = ppsymget(pp.symtab, name)) && (ref <= REF_NORMAL && pp.macref || ref == REF_CREATE || … in pprefmac() 47 …if (pp.macref) (*pp.macref)(sym, error_info.file, error_info.line, ref == REF_NORMAL && (pp.state … in pprefmac()
|
H A D | ppline.c | 84 if (!pp.macref) in ppline()
|
H A D | RELEASE | 221 96-10-11 fix pp:macref off by one for standalone pp (big suprise) 222 96-10-01 -D:macref -D-L -> #line (n-2)\n#pragma pp:macref ... 323 94-03-01 no pp:truncate for #pragma pp:macref 403 91-04-11 set SYM_INIT in pp.macref for -U on cmd line 428 (gag) add pp:macref macro reference pragma to handle CC preprocessors 435 90-03-22 pp.macref called for all undef's 455 89-10-27 use REF_NORMAL, REF_IF, REF_UNDEF for pp.macref arg2
|
H A D | HISTORY | 35 04/07/89 move macref call before arg processing 59 08/31/88 add pp.undefsym for pp.macref's on undefined symbols 66 06/22/88 move pp.macref check; stack pp.state in ppcontrol() 68 06/11/88 add pp.macref
|
H A D | ppcall.c | 99 if (pp.macref) in ppcall() 100 …(*pp.macref)(sym, error_info.file, error_info.line, (pp.state & CONDITIONAL) ? REF_IF : REF_NORMAL… in ppcall()
|
H A D | ppexpr.c | 180 if (pp.macref) pprefmac(pp.token, REF_IF); in predicate() 198 if (pp.macref) pprefmac(pred, REF_IF); in predicate()
|
H A D | ppcontrol.c | 1295 …if (pp.macref) (*pp.macref)(sym, error_info.file, n2, mac ? error_info.line - n2 + 1 : REF_UNDEF, … in ppcontrol() 1556 if (pp.macref) pp.lineid = dirname(LINE); in ppcontrol() 1841 if (i0 && !pp.macref) in ppcontrol() 1850 if (pp.macref && (s = strchr(p, ' '))) in ppcontrol() 1856 …(*pp.macref)(pprefmac(p, REF_CREATE), error_info.file, error_info.line - (c == REF_NORMAL ? 2 : 1)… in ppcontrol() 2254 else if (pp.linesync && pp.macref) in ppcontrol()
|
H A D | pp.tab | 62 macref
|
H A D | ppinput.c | 175 if (pp.macref || (pp.option & IGNORELINE)) in pppush()
|
H A D | pplib.h | 339 PPMACREF macref; /* called on macro def/ref */ \
|
H A D | ppop.c | 1305 pp.macref = va_arg(ap, PPMACREF); in ppop()
|
H A D | pplex.c | 1819 if (*ip == '\n' && *(ip + 1) != '\n' && !pp.macref && !(st & (ADD|HIDDEN))) in ppcpp()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | proto.c | 389 …nt; PPINCREF incref; PPLINESYNC linesync; PPLINESYNC olinesync; PPMACREF macref; PPOPTARG optarg; … member
|