Home
last modified time | relevance | path

Searched refs:T_WSTRING (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libpp/i386/
H A Dpp.yacc1 …09 T_ID 257 T_INVALID 258 T_CHARCONST 260 T_WCHARCONST 261 T_STRING 262 T_WSTRING 263 T_PTRMEM 264…
/titanic_41/usr/src/lib/libpp/sparc/
H A Dpp.yacc1 …09 T_ID 257 T_INVALID 258 T_CHARCONST 260 T_WCHARCONST 261 T_STRING 262 T_WSTRING 263 T_PTRMEM 264…
/titanic_41/usr/src/lib/libpp/common/
H A Dpp.h243 #define ppisseparate(x) (((x)>=N_PP)&&((x)<=T_WSTRING)||((x)>=N_NUMBER)||((x)=='+')||((x)=='-'))
296 #define T_WSTRING (T_STRING|N_WIDE) /* L".." */ macro
H A Dppbuiltin.c261 if (c == T_STRING || c == T_WSTRING) in ppbuiltin()
H A Dpplex.c1043 case T_WSTRING: in ppcpp()