Searched refs:mdb_iob_putc (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_io.h | 131 extern void mdb_iob_putc(mdb_iob_t *, int);
|
H A D | mdb_termio.c | 856 mdb_iob_putc(td->tio_out, pad); in termio_delay() 917 mdb_iob_putc(td->tio_out, *s); in termio_pad() 935 mdb_iob_putc(td->tio_out, *s++); in termio_putp() 971 mdb_iob_putc(td->tio_out, c); in termio_addch() 995 mdb_iob_putc(td->tio_out, c); in termio_insch() 1089 mdb_iob_putc(td->tio_out, ' '); in termio_delch()
|
H A D | mdb_io.c | 1094 mdb_iob_putc(iob, ','); in iob_bits2str() 1111 mdb_iob_putc(iob, ','); in iob_bits2str() 1833 mdb_iob_putc(mdb_iob_t *iob, int c) in mdb_iob_putc() function
|