Searched refs:no_digits (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/gdtoa/FreeBSD/
H A Dgdtoa-dtoa.c383 goto no_digits;
444 goto no_digits;
592 no_digits:
H A Dgdtoa-gdtoa.c383 goto no_digits;
447 goto no_digits;
583 no_digits:
/macosx-10.9.5/ruby-104/ruby/
H A Dutil.c3385 goto no_digits;
3446 goto no_digits;
3593 no_digits:
H A Dparse.c13879 #define no_digits() do {yyerror("numeric literal without digits"); return 0;} while (0) macro
13900 no_digits();
13924 no_digits();
13948 no_digits();
13962 no_digits();
H A Dparse.y7383 #define no_digits() do {yyerror("numeric literal without digits"); return 0;} while (0)
7404 no_digits();
7428 no_digits();
7452 no_digits();
7466 no_digits();
H A Dstring.c3147 if (!ISDIGIT(*s)) goto no_digits;
3152 if (!ISDIGIT(*s)) goto no_digits;
3182 no_digits:
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c13969 #define no_digits() do {yyerror("numeric literal without digits"); return 0;} while (0) macro
13990 no_digits();
14014 no_digits();
14038 no_digits();
14052 no_digits();
H A Dripper.y7383 #define no_digits() do {yyerror("numeric literal without digits"); return 0;} while (0)
7404 no_digits();
7428 no_digits();
7452 no_digits();
7466 no_digits();

Completed in 314 milliseconds