Home
last modified time | relevance | path

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

/titanic_50/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) in termio_read()
467 if ((c = mdb_iob_getc(td->tio_in)) == EOF) { in termio_read()
H A Dmdb_io.c1949 mdb_iob_getc(mdb_iob_t *iob) in mdb_iob_getc() function