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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c97 * These macros support the use of various ranges within the "tio_keymap"
220 keycb_t tio_keymap[KEY_MAX]; /* Keymap (see comments atop file) */ member in struct:termio_data
532 } while ((s = (*td->tio_keymap[c])(td, c)) == NULL);
1513 td->tio_keymap[i] = termio_insert;
1518 td->tio_keymap['\n'] = termio_accept;
1519 td->tio_keymap['\r'] = termio_accept;
1521 td->tio_keymap[CTRL('f')] = termio_fwdchar;
1522 td->tio_keymap[CTRL('b')] = termio_backchar;
1523 td->tio_keymap[CTRL('t')] = termio_transpose;
1524 td->tio_keymap[CTR
[all...]

Completed in 49 milliseconds