Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libpp/i386/
H A Dpp.yacc1 …EXDOUBLE 308 T_HEXDOUBLE_L 309 T_ID 257 T_INVALID 258 T_CHARCONST 260 T_WCHARCONST 261 T_STRING 26…
/titanic_44/usr/src/lib/libpp/sparc/
H A Dpp.yacc1 …EXDOUBLE 308 T_HEXDOUBLE_L 309 T_ID 257 T_INVALID 258 T_CHARCONST 260 T_WCHARCONST 261 T_STRING 26…
/titanic_44/usr/src/lib/libpp/common/
H A Dpp.h294 #define T_WCHARCONST (T_CHARCONST|N_WIDE) /* L'..' */ macro
H A Dppexpr.c560 case T_WCHARCONST: in subexpr()