Home
last modified time | relevance | path

Searched refs:T_OCTAL (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.h270 #define T_OCTAL (N_NUMBER|N_OCTAL) macro
H A Dppfsm.c368 { OCT2, { C_XXX }, BACK(T_OCTAL), },
376 { OCT3, { C_XXX }, BACK(T_OCTAL), },
H A Dppexpr.c553 case T_OCTAL: in subexpr()
H A Dppcontrol.c324 case T_OCTAL: in ppcontrol()
1456 if (c != T_DECIMAL && c != T_OCTAL) in ppcontrol()
1483 case T_OCTAL: in ppcontrol()