Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Df-exp.y1334 static int tempbufsize; /* Size of allocated buffer */ variable
1341 if (tempbufindex + (size) >= tempbufsize) \
1357 tempbufsize += growby; in growbuf_by_size()
1359 tempbuf = (char *) malloc (tempbufsize); in growbuf_by_size()
1361 tempbuf = (char *) realloc (tempbuf, tempbufsize); in growbuf_by_size()
Dp-exp.y1080 static int tempbufsize; in yylex() local
1288 if (tempbufindex + 1 >= tempbufsize) in yylex()
1290 tempbuf = (char *) realloc (tempbuf, tempbufsize += 64); in yylex()
DChangeLog-1992723 * c-exp.y (yylex): Add tempbuf, tempbufindex, and tempbufsize,
DChangeLog-19937303 * ch-exp.y (tempbuf, tempbufsize, tempbufindex, GROWBY_MIN_SIZE,
DChangeLog-200911264 <tokptr, tempbufindex, tempbufsize, token_string, class_prefix>: