Searched refs:N_OCTAL (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dpp.h250 #define N_OCTAL 0010 macro
270 #define T_OCTAL (N_NUMBER|N_OCTAL)
271 #define T_OCTAL_L (N_NUMBER|N_OCTAL|N_LONG)
272 #define T_OCTAL_U (N_NUMBER|N_OCTAL|N_UNSIGNED)
273 #define T_OCTAL_UL (N_NUMBER|N_OCTAL|N_UNSIGNED|N_LONG)

Completed in 59 milliseconds