Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.h293 #define T_CHARCONST (N_PP+3) /* '..' */ macro
294 #define T_WCHARCONST (T_CHARCONST|N_WIDE) /* L'..' */
H A Dpp.tab149 STRIP # strip quotes from T_STRING and T_CHARCONST
H A Dppexpr.c529 case T_CHARCONST: in subexpr()
H A DHISTORY8 07/28/89 delete STRIPTOP, STRIP only T_STRING & T_CHARCONST at pp.level==1
H A Dpplex.c1140 c = T_CHARCONST | qual; in ppcpp()
H A Dppcontrol.c1039 case T_CHARCONST: in ppcontrol()