Searched refs:tempbufsize (Results 1 – 3 of 3) sorted by relevance
881 static int tempbufsize; /* Size of allocated buffer */ variable888 if (tempbufindex + (size) >= tempbufsize) \904 tempbufsize += growby; in growbuf_by_size()906 tempbuf = (char *) malloc (tempbufsize); in growbuf_by_size()908 tempbuf = (char *) realloc (tempbuf, tempbufsize); in growbuf_by_size()
865 static int tempbufsize; in yylex() local1059 if (tempbufindex + 1 >= tempbufsize) in yylex()1061 tempbuf = (char *) realloc (tempbuf, tempbufsize += 64); in yylex()
1136 static int tempbufsize; in yylex() local1352 if (tempbufindex + 1 >= tempbufsize) in yylex()1354 tempbuf = (char *) realloc (tempbuf, tempbufsize += 64); in yylex()