Searched refs:mdb_iob_putc (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_termio.c | 923 mdb_iob_putc(td->tio_out, pad); in termio_delay() 984 mdb_iob_putc(td->tio_out, *s); in termio_pad() 1002 mdb_iob_putc(td->tio_out, *s++); in termio_putp() 1038 mdb_iob_putc(td->tio_out, c); in termio_addch() 1062 mdb_iob_putc(td->tio_out, c); in termio_insch() 1156 mdb_iob_putc(td->tio_out, ' '); in termio_bspch() 1174 mdb_iob_putc(td->tio_out, ' '); in termio_delch()
|
H A D | mdb_io.h | 131 extern void mdb_iob_putc(mdb_iob_t *, int);
|
H A D | mdb_io.c | 1131 mdb_iob_putc(iob, ','); in iob_bits2str() 1148 mdb_iob_putc(iob, ','); in iob_bits2str() 1893 mdb_iob_putc(mdb_iob_t *iob, int c) in mdb_iob_putc() function
|