Searched defs:yyintdecimal (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c120 int yyintdecimal; /* int token format flag (1=decimal, 0=octal/hex) */ variable
1209 * in octal or hex, which we do by looking at our lexer's 'yyintdecimal' flag.
1240 int n = (yyintdecimal | (yyintsuffix[0] == 'u')) + 1;

Completed in 54 milliseconds