Searched refs:ELSEIF (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libpp/i386/
H A Dppdebug.h167 "ELSEIF", ELSEIF,
H A Dppdef.h170 #define ELSEIF (1<<2) macro
/illumos-gate/usr/src/lib/libpp/sparc/
H A Dppdebug.h167 "ELSEIF", ELSEIF,
H A Dppdef.h170 #define ELSEIF (1<<2) macro
/illumos-gate/usr/src/lib/libpp/common/
H A Dppexpr.c636 return pp.option & ELSEIF;
H A Dppcontrol.c370 if ((pp.option & ELSEIF) && (c = pplex()) == T_ID && ((n = (int)hashref(pp.dirtab, pp.token)) == IF || n == IFDEF || n == IFNDEF))
1725 setoption(ELSEIF, i0);

Completed in 404 milliseconds