Searched refs:T_OCTAL (Results 1 – 6 of 6) sorted by relevance
1 …FLOAT 294 T_DECIMAL 288 T_DECIMAL_L 289 T_DECIMAL_U 290 T_DECIMAL_UL 291 T_OCTAL 296 T_OCTAL_L 297…
270 #define T_OCTAL (N_NUMBER|N_OCTAL) macro
368 { OCT2, { C_XXX }, BACK(T_OCTAL), },376 { OCT3, { C_XXX }, BACK(T_OCTAL), },
553 case T_OCTAL: in subexpr()
324 case T_OCTAL: in ppcontrol()1456 if (c != T_DECIMAL && c != T_OCTAL) in ppcontrol()1483 case T_OCTAL: in ppcontrol()