Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libpp/common/
H A Dppargs.c379 ppop(PP_TEXT, s); in ppargs()
505 ppop(PP_TEXT, p); in ppargs()
541 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.c1190 case PP_TEXT: in ppop()