Searched refs:yyintdecimal (Results 1 – 5 of 5) sorted by relevance
269 yyintdecimal = *v != '0';321 yyintdecimal = 1;353 yyintdecimal = yytext[0] != '0';
470 yyintdecimal = B_TRUE; in dt_compile_sugar()
658 extern int yyintdecimal; /* int token is decimal (1) or octal/hex (0) */
796 yyintdecimal = 0; in dt_decl_enumerator()
120 int yyintdecimal; /* int token format flag (1=decimal, 0=octal/hex) */ variable1240 int n = (yyintdecimal | (yyintsuffix[0] == 'u')) + 1; in dt_node_int()