/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | p-exp.y | 1050 char *tokstart; in uptok() 1057 if ((tokstart[i]>='a' && tokstart[i]<='z')) 1074 char *tokstart; in yylex() local 1086 tokstart = lexptr; in yylex() 1093 || (!isalpha (tokstart[3]) && !isdigit (tokstart[3]) && tokstart[3] != '_'))) in yylex() 1105 || (!isalpha (tokstart[2]) && !isdigit (tokstart[2]) && tokstart[2] != '_'))) in yylex() 1140 namelen = skip_quoted (tokstart) - tokstart; in yylex() 1234 memcpy (err_copy, tokstart, p - tokstart); in yylex() 1465 if ((tokstart[i] >= 'a' && tokstart[i] <= 'z')) in yylex() 1497 if ((tokstart[i] >= 'a' && tokstart[i] <= 'z')) in yylex() [all …]
|
H A D | jv-exp.y | 871 char *tokstart; in yylex() local 881 tokstart = lexptr; in yylex() 928 namelen = skip_quoted (tokstart) - tokstart; in yylex() 935 tokstart++; in yylex() 979 char *p = tokstart; in yylex() 1016 toktype = parse_number (tokstart, p - tokstart, got_dot|got_e, &yylval); in yylex() 1021 memcpy (err_copy, tokstart, p - tokstart); in yylex() 1123 while (tokstart[++i] && tokstart[i] != '>'); in yylex() 1132 if (namelen == 2 && tokstart[0] == 'i' && tokstart[1] == 'f') in yylex() 1200 if (((tokstart[0] >= 'a' && tokstart[0] < 'a' + input_radix - 10) || in yylex() [all …]
|
H A D | objc-exp.y | 1257 char *tokstart; in yylex() local 1265 tokstart = lexptr; in yylex() 1313 namelen = skip_quoted (tokstart) - tokstart; in yylex() 1320 tokstart++; in yylex() 1365 char *p = tokstart; in yylex() 1425 toktype = parse_number (tokstart, p - tokstart, in yylex() 1431 memcpy (err_copy, tokstart, p - tokstart); in yylex() 1501 tokstart++; in yylex() 1570 while (tokstart[++i] && tokstart[i] != '>'); in yylex() 1579 if (namelen == 2 && tokstart[0] == 'i' && tokstart[1] == 'f') in yylex() [all …]
|
H A D | c-exp.y | 1308 char *tokstart; in yylex() local 1334 tokstart = lexptr; in yylex() 1353 switch (c = *tokstart) in yylex() 1400 namelen = skip_quoted (tokstart) - tokstart; in yylex() 1408 tokstart++; in yylex() 1454 char *p = tokstart; in yylex() 1491 toktype = parse_number (tokstart, p - tokstart, got_dot|got_e, &yylval); in yylex() 1496 memcpy (err_copy, tokstart, p - tokstart); in yylex() 1697 if (*tokstart == '$') in yylex() 1783 ((tokstart[0] >= 'a' && tokstart[0] < 'a' + input_radix - 10) || in yylex() [all …]
|
H A D | p-exp.c | 2393 char *tokstart; in uptok() 2400 if ((tokstart[i]>='a' && tokstart[i]<='z')) 2417 char *tokstart; in yylex() local 2429 tokstart = lexptr; in yylex() 2436 || (!isalpha (tokstart[3]) && !isdigit (tokstart[3]) && tokstart[3] != '_'))) in yylex() 2448 || (!isalpha (tokstart[2]) && !isdigit (tokstart[2]) && tokstart[2] != '_'))) in yylex() 2483 namelen = skip_quoted (tokstart) - tokstart; in yylex() 2577 memcpy (err_copy, tokstart, p - tokstart); in yylex() 2808 if ((tokstart[i] >= 'a' && tokstart[i] <= 'z')) in yylex() 2840 if ((tokstart[i] >= 'a' && tokstart[i] <= 'z')) in yylex() [all …]
|
H A D | m2-exp.y | 826 char *tokstart; in yylex() local 833 tokstart = lexptr; in yylex() 844 switch (c = *tokstart) in yylex() 909 c = tokstart[++namelen]; in yylex() 912 c = tokstart[++namelen]; in yylex() 914 c = tokstart[++namelen]; in yylex() 939 char *p = tokstart; in yylex() 963 memcpy (err_copy, tokstart, p - tokstart); in yylex() 978 for (c = tokstart[namelen]; in yylex() 986 if (namelen == 2 && tokstart[0] == 'i' && tokstart[1] == 'f') in yylex() [all …]
|
H A D | f-exp.y | 932 char *tokstart; in yylex() local 938 tokstart = lexptr; in yylex() 967 switch (c = *tokstart) in yylex() 1021 char *p = tokstart; in yylex() 1056 toktype = parse_number (tokstart, p - tokstart, got_dot|got_e|got_d, in yylex() 1062 memcpy (err_copy, tokstart, p - tokstart); in yylex() 1101 for (c = tokstart[namelen]; in yylex() 1109 if (namelen == 2 && tokstart[0] == 'i' && tokstart[1] == 'f') in yylex() 1128 if (*tokstart == '$') in yylex() 1163 && ((tokstart[0] >= 'a' && tokstart[0] < 'a' + input_radix - 10) in yylex() [all …]
|
H A D | jv-exp.c | 2258 char *tokstart; in yylex() local 2268 tokstart = lexptr; in yylex() 2315 namelen = skip_quoted (tokstart) - tokstart; in yylex() 2322 tokstart++; in yylex() 2366 char *p = tokstart; in yylex() 2403 toktype = parse_number (tokstart, p - tokstart, got_dot|got_e, &yylval); in yylex() 2408 memcpy (err_copy, tokstart, p - tokstart); in yylex() 2510 while (tokstart[++i] && tokstart[i] != '>'); in yylex() 2519 if (namelen == 2 && tokstart[0] == 'i' && tokstart[1] == 'f') in yylex() 2587 if (((tokstart[0] >= 'a' && tokstart[0] < 'a' + input_radix - 10) || in yylex() [all …]
|
H A D | objc-exp.c | 2920 char *tokstart; in yylex() local 2928 tokstart = lexptr; in yylex() 2976 namelen = skip_quoted (tokstart) - tokstart; in yylex() 2983 tokstart++; in yylex() 3028 char *p = tokstart; in yylex() 3088 toktype = parse_number (tokstart, p - tokstart, in yylex() 3094 memcpy (err_copy, tokstart, p - tokstart); in yylex() 3164 tokstart++; in yylex() 3233 while (tokstart[++i] && tokstart[i] != '>'); in yylex() 3242 if (namelen == 2 && tokstart[0] == 'i' && tokstart[1] == 'f') in yylex() [all …]
|
H A D | c-exp.c | 2960 char *tokstart; in yylex() local 2986 tokstart = lexptr; in yylex() 3005 switch (c = *tokstart) in yylex() 3052 namelen = skip_quoted (tokstart) - tokstart; in yylex() 3060 tokstart++; in yylex() 3106 char *p = tokstart; in yylex() 3143 toktype = parse_number (tokstart, p - tokstart, got_dot|got_e, &yylval); in yylex() 3148 memcpy (err_copy, tokstart, p - tokstart); in yylex() 3349 if (*tokstart == '$') in yylex() 3435 ((tokstart[0] >= 'a' && tokstart[0] < 'a' + input_radix - 10) || in yylex() [all …]
|
H A D | m2-exp.c | 2338 char *tokstart; in yylex() local 2345 tokstart = lexptr; in yylex() 2356 switch (c = *tokstart) in yylex() 2421 c = tokstart[++namelen]; in yylex() 2424 c = tokstart[++namelen]; in yylex() 2426 c = tokstart[++namelen]; in yylex() 2451 char *p = tokstart; in yylex() 2475 memcpy (err_copy, tokstart, p - tokstart); in yylex() 2490 for (c = tokstart[namelen]; in yylex() 2498 if (namelen == 2 && tokstart[0] == 'i' && tokstart[1] == 'f') in yylex() [all …]
|
H A D | f-exp.c | 2327 char *tokstart; in yylex() local 2333 tokstart = lexptr; in yylex() 2362 switch (c = *tokstart) in yylex() 2416 char *p = tokstart; in yylex() 2451 toktype = parse_number (tokstart, p - tokstart, got_dot|got_e|got_d, in yylex() 2457 memcpy (err_copy, tokstart, p - tokstart); in yylex() 2496 for (c = tokstart[namelen]; in yylex() 2504 if (namelen == 2 && tokstart[0] == 'i' && tokstart[1] == 'f') in yylex() 2523 if (*tokstart == '$') in yylex() 2558 && ((tokstart[0] >= 'a' && tokstart[0] < 'a' + input_radix - 10) in yylex() [all …]
|