Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DHISTORY24 07/04/89 fix PP_TRUNCATE interaction with PP_COMPILE
37 03/15/89 fix PP_TRUNCATE macro id bit table checks
42 02/01/89 add -T (PP_TRUNCATE) for old non-flexname compiler compatibility
H A Dpp.h188 #define PP_TRUNCATE 58 /* truncate macro names */ macro
H A Dppargs.c436 ppop(PP_TRUNCATE, TRUNCLENGTH); in ppargs()
H A DRELEASE324 94-01-01 fix STANDALONE+PP_TRUNCATE fsm macro bug
327 93-11-11 fix PP_COMPILE+PP_TRUNCATE=8 bug for continue,unsigned,etc.
340 fix PP_TRUNCATE macro fsm bug that missed some expansions
H A Dppop.c1538 case PP_TRUNCATE: in ppop()
H A Dppcontrol.c2086 ppop(PP_TRUNCATE, i0 ? (p ? strtol(p, NiL, 0) : TRUNCLENGTH) : 0); in ppcontrol()