Searched refs:T_WSTRING (Results 1 – 3 of 3) sorted by relevance
243 #define ppisseparate(x) (((x)>=N_PP)&&((x)<=T_WSTRING)||((x)>=N_NUMBER)||((x)=='+')||((x)=='-'))296 #define T_WSTRING (T_STRING|N_WIDE) /* L".." */ macro
261 if (c == T_STRING || c == T_WSTRING) in ppbuiltin()
1043 case T_WSTRING: in ppcpp()