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

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

Completed in 33 milliseconds