Searched refs:mdb_iob_ungetc (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.h140 extern int mdb_iob_ungetc(mdb_iob_t *, int);
H A Dmdb_lex.l646 (void) mdb_iob_ungetc(mdb.m_in, c == 0 ? EOF : c);
H A Dmdb_io.c1977 mdb_iob_ungetc(mdb_iob_t *iob, int c) function

Completed in 62 milliseconds