Home
last modified time | relevance | path

Searched refs:BTAB (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/sys/dev/uart/
Duart_kbd_sun_tables.h66 /*35*/{{ 0x09, BTAB, NOP, NOP, 0x09, BTAB, NOP, NOP, }, 0x77,0x00 },
/freebsd-12-stable/sys/dev/kbd/
Dkbdtables.h62 /*0f*/{{ 0x09, BTAB, NOP, NOP, 0x09, BTAB, NOP, NOP, }, 0x77,0x00 },
Dkbd.c790 case BTAB: /* a backtab: ESC [ Z */ in genkbd_event()
1381 case BTAB: in genkbd_keyaction()
/freebsd-12-stable/sys/sys/
Dkbio.h147 #define BTAB 0x08 /* backwards tab */ macro
/freebsd-12-stable/usr.sbin/kbdcontrol/
Dkbdcontrol.c222 return BTAB | SPECIAL; in get_entry()
437 case BTAB | SPECIAL: in print_entry()
638 case BTAB: in dump_entry()
/freebsd-12-stable/contrib/dialog/
Ddlg_keys.c361 CURSES_NAME(BTAB),
/freebsd-12-stable/sys/dev/syscons/
Dsyscons.c3853 case BTAB: in scgetc()