Home | History | Annotate | Download | only in src

Lines Matching refs:scan_integer

139 static unsigned long int scan_integer (char const *p, int base, location loc);
276 val->integer = scan_integer (yytext, 10, *loc);
280 val->integer = scan_integer (yytext, 16, *loc);
1002 scan_integer (char const *number, int base, location loc)