Home
last modified time | relevance | path

Searched refs:yyintdecimal (Results 1 – 5 of 5) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l305 yyintdecimal = *v != '0';
357 yyintdecimal = 1;
389 yyintdecimal = yytext[0] != '0';
H A Ddt_sugar.c470 yyintdecimal = B_TRUE; in dt_compile_sugar()
H A Ddt_impl.h728 extern int yyintdecimal; /* int token is decimal (1) or octal/hex (0) */
H A Ddt_decl.c780 yyintdecimal = 0; in dt_decl_enumerator()
H A Ddt_parser.c125 int yyintdecimal; /* int token format flag (1=decimal, 0=octal/hex) */ variable
1268 int n = (yyintdecimal | (yyintsuffix[0] == 'u')) + 1; in dt_node_int()