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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_parser.c125 int yyintdecimal; /* int token format flag (1=decimal, 0=octal/hex) */ variable
1171 * in octal or hex, which we do by looking at our lexer's 'yyintdecimal' flag.
1202 int n = (yyintdecimal | (yyintsuffix[0] == 'u')) + 1;

Completed in 56 milliseconds