Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
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()