Home
last modified time | relevance | path

Searched refs:PP_COMPILE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A Dmsgcpp.c169 ppop(PP_COMPILE, keys); in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.h137 #define PP_COMPILE 7 /* tokenize for front end */ macro
H A Dpp.tab191 NOHASH # don't hash PP_COMPILE T_ID's
H A DRELEASE239 95-10-31 fix PP_COMPILE PP_TRANSITION bug that didn't allow space before #
327 93-11-11 fix PP_COMPILE+PP_TRUNCATE=8 bug for continue,unsigned,etc.
393 add PP_NOHASH for PP_COMPILE front ends that rehash T_ID anyway
452 add pp:identifier pragma to selectively undo PP_COMPILE keywords
H A DHISTORY24 07/04/89 fix PP_TRUNCATE interaction with PP_COMPILE
H A Dppop.c486 case PP_COMPILE: in ppop()