Searched refs:tempbufsize (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | f-exp.y | 1334 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()
|
| D | p-exp.y | 1080 static int tempbufsize; in yylex() local 1288 if (tempbufindex + 1 >= tempbufsize) in yylex() 1290 tempbuf = (char *) realloc (tempbuf, tempbufsize += 64); in yylex()
|
| D | ChangeLog-1992 | 723 * c-exp.y (yylex): Add tempbuf, tempbufindex, and tempbufsize,
|
| D | ChangeLog-1993 | 7303 * ch-exp.y (tempbuf, tempbufsize, tempbufindex, GROWBY_MIN_SIZE,
|
| D | ChangeLog-2009 | 11264 <tokptr, tempbufindex, tempbufsize, token_string, class_prefix>:
|