Home
last modified time | relevance | path

Searched refs:ppismac (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.h97 #define ppismac(c) ((pptype)[c]&(C_ID|C_DIG|C_SPLICE)) macro
H A Dpplex.c661 …if (prv && (!INMACRO(rp) || (st & (COMPATIBILITY|TRANSITION)) == COMPATIBILITY && ppismac(*prv->ne… in ppcpp()