Searched refs:ungetbuf (Results 1 – 1 of 1) sorted by relevance
94 u_char *ungetbuf; member6819 c = file->ungetbuf[--file->ungetpos]; in igetc()6882 void *p = reallocarray(file->ungetbuf, file->ungetsize, 2); in lungetc()6885 file->ungetbuf = p; in lungetc()6888 file->ungetbuf[file->ungetpos++] = c; in lungetc()7149 nfile->ungetbuf = malloc(nfile->ungetsize); in pushfile()7150 if (nfile->ungetbuf == NULL) { in pushfile()7172 free(file->ungetbuf); in popfile()