Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_lex.l302 yyintdecimal = *v != '0';
354 yyintdecimal = 1;
386 yyintdecimal = yytext[0] != '0';
HDdt_impl.h719 extern int yyintdecimal; /* int token is decimal (1) or octal/hex (0) */
HDdt_decl.c780 yyintdecimal = 0; in dt_decl_enumerator()
HDdt_parser.c125 int yyintdecimal; /* int token format flag (1=decimal, 0=octal/hex) */ variable
1245 int n = (yyintdecimal | (yyintsuffix[0] == 'u')) + 1; in dt_node_int()