Home
last modified time | relevance | path

Searched refs:PPTOKSIZ (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppfsm.h231 if (op > xp + PPTOKSIZ) \
235 op = xp + PPTOKSIZ; \
H A Dpp.h69 #define PPTOKSIZ ((PPBUFSIZ/2)-1) /* max token size */ macro
H A Dpplib.h470 #define MAXTOKEN PPTOKSIZ /* maximum token size */
H A Dppcontrol.c1855 pp.truncate = PPTOKSIZ; in ppcontrol()