Searched refs:mdb_iob_ungetc (Results 1 – 3 of 3) sorted by relevance
140 extern int mdb_iob_ungetc(mdb_iob_t *, int);
658 (void) mdb_iob_ungetc(mdb.m_in, c == 0 ? EOF : c);
2020 mdb_iob_ungetc(mdb_iob_t *iob, int c) in mdb_iob_ungetc() function