Home
last modified time | relevance | path

Searched refs:N_WIDE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.h233 #define N_WIDE 1 /* wide quoted constant */ macro
294 #define T_WCHARCONST (T_CHARCONST|N_WIDE) /* L'..' */
296 #define T_WSTRING (T_STRING|N_WIDE) /* L".." */
H A Dpplex.c869 qual |= N_WIDE; in ppcpp()
1045 qual = N_WIDE; in ppcpp()