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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c301 static const char *termio_accel(termio_data_t *, int);
374 * keys, with termio_accel listing the accelerated commands. The array is
1566 td->tio_keymap['['] = termio_accel;
1567 td->tio_keymap[']'] = termio_accel;
1895 termio_accel(termio_data_t *td, int c) function

Completed in 50 milliseconds