Home
last modified time | relevance | path

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.l555 while ((c = mdb_iob_getc(mdb.m_in)) != (int)EOF) {
644 int c = mdb_iob_getc(mdb.m_in);
H A Dmdb_termio.c420 if ((c = mdb_iob_getc(td->tio_in)) == EOF) in termio_read()
471 if ((c = mdb_iob_getc(td->tio_in)) == EOF) { in termio_read()
H A Dmdb_io.c2003 mdb_iob_getc(mdb_iob_t *iob) in mdb_iob_getc() function