Home
last modified time | relevance | path

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.l658 (void) mdb_iob_ungetc(mdb.m_in, c == 0 ? EOF : c);
H A Dmdb_io.c2020 mdb_iob_ungetc(mdb_iob_t *iob, int c) in mdb_iob_ungetc() function