Searched refs:ungetsize (Results 1 – 1 of 1) sorted by relevance
95 size_t ungetsize; member7364 if (file->ungetpos >= file->ungetsize) { in lungetc()7365 void *p = reallocarray(file->ungetbuf, file->ungetsize, 2); in lungetc()7369 file->ungetsize *= 2; in lungetc()7631 nfile->ungetsize = 16; in pushfile()7632 nfile->ungetbuf = malloc(nfile->ungetsize); in pushfile()