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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c104 * 100 - 119 KPAD() Alphabetic character received as part of a single-byte
111 #define KPAD(c) (((c) < 'A' || (c) > 'Z') ? 0 : ((c) - 'A' + 0x100)) macro
505 if ((c = KPAD(c)) == 0) {
1538 td->tio_keymap[KPAD('A')] = termio_prevhist;
1539 td->tio_keymap[KPAD('B')] = termio_nexthist;
1540 td->tio_keymap[KPAD('C')] = termio_fwdchar;
1541 td->tio_keymap[KPAD('D')] = termio_backchar;
1548 td->tio_keymap[KPAD('H')] = termio_home;
1550 td->tio_keymap[KPAD('F')] = termio_end;

Completed in 49 milliseconds