Searched refs:tio_in (Results 1 – 1 of 1) sorted by relevance
221 mdb_iob_t *tio_in; /* I/o buffer for terminal input */ member420 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()605 mdb_iob_destroy(td->tio_in); in termio_close()1591 td->tio_in = mdb_iob_create(td->tio_in_io, MDB_IOB_RDONLY); in mdb_termio_create()