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

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_impl.h681 extern int yyintdecimal; /* int token is decimal (1) or octal/hex (0) */
H A Ddt_decl.c779 yyintdecimal = 0;
H A Ddt_parser.c125 int yyintdecimal; /* int token format flag (1=decimal, 0=octal/hex) */ variable
1178 * in octal or hex, which we do by looking at our lexer's 'yyintdecimal' flag.
1209 int n = (yyintdecimal | (yyintsuffix[0] == 'u')) + 1;

Completed in 62 milliseconds