Home
last modified time | relevance | path

Searched refs:PP_sync_hosted (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppline.c58 …type[1] = ((pp.flags & (PP_hosted|PP_linehosted)) == (PP_hosted|PP_linehosted)) ? PP_sync_hosted :… in ppline()
65 … ((pp.flags & (PP_hosted|PP_linehosted)) == (PP_hosted|PP_linehosted) && type[1] != PP_sync_hosted) in ppline()
68 type[3] = PP_sync_hosted; in ppline()
H A Dpp.h213 #define PP_sync_hosted '3' /* [4] hosted include file */ macro