Home
last modified time | relevance | path

Searched refs:tempbufsize (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Df-exp.y881 static int tempbufsize; /* Size of allocated buffer */ variable
888 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()
H A Djv-exp.y865 static int tempbufsize; in yylex() local
1059 if (tempbufindex + 1 >= tempbufsize) in yylex()
1061 tempbuf = (char *) realloc (tempbuf, tempbufsize += 64); in yylex()
H A Dp-exp.y1136 static int tempbufsize; in yylex() local
1352 if (tempbufindex + 1 >= tempbufsize) in yylex()
1354 tempbuf = (char *) realloc (tempbuf, tempbufsize += 64); in yylex()