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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c285 static const char *termio_backspace(termio_data_t *, int);
1554 * We default both ASCII BS and DEL to termio_backspace for safety. We
1560 td->tio_keymap[CTRL('h')] = termio_backspace;
1561 td->tio_keymap[KEY_DEL] = termio_backspace;
1592 td->tio_keymap[td->tio_erase] = termio_backspace;
1664 termio_backspace(termio_data_t *td, int c) function

Completed in 50 milliseconds