Home
last modified time | relevance | path

Searched refs:tempbufindex (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dobjc-exp.y1259 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 …]
Df-exp.y849 static int tempbufindex; /* Current index into buffer */ variable
855 if (tempbufindex + (size) >= tempbufsize) \
893 for (tempbufindex = 0, tokptr++; *tokptr != '\0'; tokptr++) in match_string_literal()
903 tempbuf[tempbufindex++] = *tokptr; in match_string_literal()
906 || tempbufindex == 0) /* no string */ in match_string_literal()
910 tempbuf[tempbufindex] = '\0'; in match_string_literal()
912 yylval.sval.length = tempbufindex; in match_string_literal()
Djv-exp.y873 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()
Dp-exp.y1078 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()
Dc-exp.y1314 int tempbufindex; in yylex() local
1544 tempbufindex = 0; in yylex()
1551 if (tempbufindex + 1 >= tempbufsize) in yylex()
1568 tempbuf[tempbufindex++] = c; in yylex()
1583 tempbuf[tempbufindex++] = c; in yylex()
1591 tempbuf[tempbufindex] = '\0'; /* See note above */ in yylex()
1593 yylval.sval.length = tempbufindex; in yylex()