Searched refs:ungetbuf (Results 1 – 1 of 1) sorted by relevance
96 u_char *ungetbuf; member7302 c = file->ungetbuf[--file->ungetpos]; in igetc()7365 void *p = reallocarray(file->ungetbuf, file->ungetsize, 2); in lungetc()7368 file->ungetbuf = p; in lungetc()7371 file->ungetbuf[file->ungetpos++] = c; in lungetc()7632 nfile->ungetbuf = malloc(nfile->ungetsize); in pushfile()7633 if (nfile->ungetbuf == NULL) { in pushfile()7655 free(file->ungetbuf); in popfile()