Home
last modified time | relevance | path

Searched refs:got_dot (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/gnu/lib/libiberty/src/
Dstrtod.c107 int got_dot = 0; in strtod() local
108 while (ISDIGIT (*p) || (!got_dot && *p == '.')) in strtod()
111 got_dot = 1; in strtod()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Df-exp.y1020 int got_dot = 0, got_e = 0, got_d = 0, toktype; in yylex() local
1038 got_dot = got_e = 1; in yylex()
1040 got_dot = got_d = 1; in yylex()
1041 else if (!hex && !got_dot && *p == '.') in yylex()
1042 got_dot = 1; in yylex()
1056 toktype = parse_number (tokstart, p - tokstart, got_dot|got_e|got_d, in yylex()
Dm2-exp.y938 int got_dot = 0, got_e = 0; in yylex() local
945 got_dot = got_e = 1; in yylex()
946 else if (!got_dot && *p == '.') in yylex()
947 got_dot = 1; in yylex()
Djv-exp.y978 int got_dot = 0, got_e = 0, toktype; in yylex() local
999 got_dot = got_e = 1; in yylex()
1002 else if (!got_dot && *p == '.') in yylex()
1003 got_dot = 1; in yylex()
1016 toktype = parse_number (tokstart, p - tokstart, got_dot|got_e, &yylval); in yylex()
Df-exp.c2415 int got_dot = 0, got_e = 0, got_d = 0, toktype; in yylex() local
2433 got_dot = got_e = 1; in yylex()
2435 got_dot = got_d = 1; in yylex()
2436 else if (!hex && !got_dot && *p == '.') in yylex()
2437 got_dot = 1; in yylex()
2451 toktype = parse_number (tokstart, p - tokstart, got_dot|got_e|got_d, in yylex()
Dp-exp.y1191 int got_dot = 0, got_e = 0, toktype; in yylex() local
1212 got_dot = got_e = 1; in yylex()
1215 else if (!got_dot && *p == '.') in yylex()
1216 got_dot = 1; in yylex()
1229 toktype = parse_number (tokstart, p - tokstart, got_dot|got_e, &yylval); in yylex()
Dc-exp.y1453 int got_dot = 0, got_e = 0, toktype; in yylex() local
1474 got_dot = got_e = 1; in yylex()
1477 else if (!got_dot && *p == '.') in yylex()
1478 got_dot = 1; in yylex()
1491 toktype = parse_number (tokstart, p - tokstart, got_dot|got_e, &yylval); in yylex()
Djv-exp.c2365 int got_dot = 0, got_e = 0, toktype; in yylex() local
2386 got_dot = got_e = 1; in yylex()
2389 else if (!got_dot && *p == '.') in yylex()
2390 got_dot = 1; in yylex()
2403 toktype = parse_number (tokstart, p - tokstart, got_dot|got_e, &yylval); in yylex()
Dm2-exp.c2450 int got_dot = 0, got_e = 0; in yylex() local
2457 got_dot = got_e = 1; in yylex()
2458 else if (!got_dot && *p == '.') in yylex()
2459 got_dot = 1; in yylex()
Dobjc-exp.y1363 int got_dot = 0, got_e = 0, toktype = FLOAT; in yylex() local
1396 if (got_dot) in yylex()
1399 got_dot = 1; in yylex()
1426 got_dot | got_e, &yylval); in yylex()
Dp-exp.c2534 int got_dot = 0, got_e = 0, toktype; in yylex() local
2555 got_dot = got_e = 1; in yylex()
2558 else if (!got_dot && *p == '.') in yylex()
2559 got_dot = 1; in yylex()
2572 toktype = parse_number (tokstart, p - tokstart, got_dot|got_e, &yylval); in yylex()
Dc-exp.c3105 int got_dot = 0, got_e = 0, toktype; in yylex() local
3126 got_dot = got_e = 1; in yylex()
3129 else if (!got_dot && *p == '.') in yylex()
3130 got_dot = 1; in yylex()
3143 toktype = parse_number (tokstart, p - tokstart, got_dot|got_e, &yylval); in yylex()
Dobjc-exp.c3026 int got_dot = 0, got_e = 0, toktype = FLOAT; in yylex() local
3059 if (got_dot) in yylex()
3062 got_dot = 1; in yylex()
3089 got_dot | got_e, &yylval); in yylex()