Searched refs:tempbufindex (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | objc-exp.y | 1259 int tempbufindex; in yylex() local 1473 tempbufindex = 0; in yylex() 1478 if (tempbufindex + 1 >= tempbufsize) in yylex() 1482 tempbuf[tempbufindex++] = *tokptr++; in yylex() 1488 tempbuf[tempbufindex] = '\0'; in yylex() 1490 yylval.sval.length = tempbufindex; in yylex() 1516 tempbufindex = 0; in yylex() 1521 if (tempbufindex + 1 >= tempbufsize) in yylex() 1538 tempbuf[tempbufindex++] = c; in yylex() 1541 tempbuf[tempbufindex++] = *tokptr++; in yylex() [all …]
|
H A D | f-exp.y | 855 static int tempbufindex; /* Current index into buffer */ variable 861 if (tempbufindex + (size) >= tempbufsize) \ 899 for (tempbufindex = 0, tokptr++; *tokptr != '\0'; tokptr++) in match_string_literal() 909 tempbuf[tempbufindex++] = *tokptr; in match_string_literal() 912 || tempbufindex == 0) /* no string */ in match_string_literal() 916 tempbuf[tempbufindex] = '\0'; in match_string_literal() 918 yylval.sval.length = tempbufindex; in match_string_literal()
|
H A D | objc-exp.c | 2922 int tempbufindex; in yylex() local 3136 tempbufindex = 0; in yylex() 3141 if (tempbufindex + 1 >= tempbufsize) in yylex() 3145 tempbuf[tempbufindex++] = *tokptr++; in yylex() 3151 tempbuf[tempbufindex] = '\0'; in yylex() 3153 yylval.sval.length = tempbufindex; in yylex() 3179 tempbufindex = 0; in yylex() 3184 if (tempbufindex + 1 >= tempbufsize) in yylex() 3201 tempbuf[tempbufindex++] = c; in yylex() 3204 tempbuf[tempbufindex++] = *tokptr++; in yylex() [all …]
|
H A D | jv-exp.y | 873 int tempbufindex; in yylex() local 1064 tempbufindex = 0; in yylex() 1069 if (tempbufindex + 1 >= tempbufsize) in yylex() 1086 tempbuf[tempbufindex++] = c; in yylex() 1089 tempbuf[tempbufindex++] = *tokptr++; in yylex() 1097 tempbuf[tempbufindex] = '\0'; /* See note above */ in yylex() 1099 yylval.sval.length = tempbufindex; in yylex()
|
H A D | p-exp.y | 1078 int explen, tempbufindex; in yylex() local 1277 tempbufindex = 0; in yylex() 1282 if (tempbufindex + 1 >= tempbufsize) in yylex() 1300 tempbuf[tempbufindex++] = c; in yylex() 1303 tempbuf[tempbufindex++] = *tokptr++; in yylex() 1311 tempbuf[tempbufindex] = '\0'; /* See note above */ in yylex() 1313 yylval.sval.length = tempbufindex; in yylex()
|
H A D | f-exp.c | 2250 static int tempbufindex; /* Current index into buffer */ variable 2256 if (tempbufindex + (size) >= tempbufsize) \ 2294 for (tempbufindex = 0, tokptr++; *tokptr != '\0'; tokptr++) in match_string_literal() 2304 tempbuf[tempbufindex++] = *tokptr; in match_string_literal() 2307 || tempbufindex == 0) /* no string */ in match_string_literal() 2311 tempbuf[tempbufindex] = '\0'; in match_string_literal() 2313 yylval.sval.length = tempbufindex; in match_string_literal()
|
H A D | c-exp.y | 1310 int tempbufindex; in yylex() local 1540 tempbufindex = 0; in yylex() 1547 if (tempbufindex + 1 >= tempbufsize) in yylex() 1564 tempbuf[tempbufindex++] = c; in yylex() 1579 tempbuf[tempbufindex++] = c; in yylex() 1587 tempbuf[tempbufindex] = '\0'; /* See note above */ in yylex() 1589 yylval.sval.length = tempbufindex; in yylex()
|
H A D | jv-exp.c | 2260 int tempbufindex; in yylex() local 2451 tempbufindex = 0; in yylex() 2456 if (tempbufindex + 1 >= tempbufsize) in yylex() 2473 tempbuf[tempbufindex++] = c; in yylex() 2476 tempbuf[tempbufindex++] = *tokptr++; in yylex() 2484 tempbuf[tempbufindex] = '\0'; /* See note above */ in yylex() 2486 yylval.sval.length = tempbufindex; in yylex()
|
H A D | p-exp.c | 2421 int explen, tempbufindex; in yylex() local 2620 tempbufindex = 0; in yylex() 2625 if (tempbufindex + 1 >= tempbufsize) in yylex() 2643 tempbuf[tempbufindex++] = c; in yylex() 2646 tempbuf[tempbufindex++] = *tokptr++; in yylex() 2654 tempbuf[tempbufindex] = '\0'; /* See note above */ in yylex() 2656 yylval.sval.length = tempbufindex; in yylex()
|
H A D | c-exp.c | 2962 int tempbufindex; in yylex() local 3192 tempbufindex = 0; in yylex() 3199 if (tempbufindex + 1 >= tempbufsize) in yylex() 3216 tempbuf[tempbufindex++] = c; in yylex() 3231 tempbuf[tempbufindex++] = c; in yylex() 3239 tempbuf[tempbufindex] = '\0'; /* See note above */ in yylex() 3241 yylval.sval.length = tempbufindex; in yylex()
|
H A D | ChangeLog-1992 | 731 * c-exp.y (yylex): Add tempbuf, tempbufindex, and tempbufsize,
|
H A D | ChangeLog-1993 | 7323 * ch-exp.y (tempbuf, tempbufsize, tempbufindex, GROWBY_MIN_SIZE,
|