Home
last modified time | relevance | path

Searched refs:PP_TEXT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppargs.c381 ppop(PP_TEXT, s); in ppargs()
508 ppop(PP_TEXT, p); in ppargs()
544 ppop((pp.arg_style & STYLE_gnu) || s[1] == '/' ? PP_READ : PP_TEXT, s + 1); in ppargs()
H A Dpp.h186 #define PP_TEXT 56 /* include file with output */ macro
H A Dppop.c1226 case PP_TEXT: in ppop()