Searched defs:tio_putp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c248 putp_t tio_putp; /* termio_tput() subroutine */ member in struct:termio_data
850 td->tio_putp == &termio_puts ? "fast" : "slow");
1007 * is required during initialization, and set tio_putp to the proper subroutine.
1013 td->tio_putp(td, s, lines);
1420 * were found, force "npc" to TRUE so we pick the optimized tio_putp;
1431 td->tio_putp = &termio_puts;
1433 td->tio_putp = &termio_putp;

Completed in 64 milliseconds