Searched refs:mdb_iob_getc (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.h139 extern int mdb_iob_getc(mdb_iob_t *);
H A Dmdb_lex.l543 while ((c = mdb_iob_getc(mdb.m_in)) != (int)EOF) {
632 int c = mdb_iob_getc(mdb.m_in);
H A Dmdb_termio.c416 if ((c = mdb_iob_getc(td->tio_in)) == EOF)
467 if ((c = mdb_iob_getc(td->tio_in)) == EOF) {
H A Dmdb_io.c1960 mdb_iob_getc(mdb_iob_t *iob) function

Completed in 69 milliseconds