Searched refs:tempbufindex (Results 1 – 5 of 5) sorted by relevance
1259 int tempbufindex; in yylex() local1473 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 …]
849 static int tempbufindex; /* Current index into buffer */ variable855 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()
873 int tempbufindex; in yylex() local1064 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()
1078 int explen, tempbufindex; in yylex() local1277 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()
1314 int tempbufindex; in yylex() local1544 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()