Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/pc98/cbus/
HDpckbdtables.h54 {{/*0f*/ '\t', BTAB, '\t', BTAB, '\t', BTAB, '\t', BTAB }, 0x55,0x00 },
/freebsd-11-stable/sys/dev/uart/
HDuart_kbd_sun_tables.h66 /*35*/{{ 0x09, BTAB, NOP, NOP, 0x09, BTAB, NOP, NOP, }, 0x77,0x00 },
/freebsd-11-stable/sys/dev/kbd/
HDkbdtables.h60 /*0f*/{{ 0x09, BTAB, NOP, NOP, 0x09, BTAB, NOP, NOP, }, 0x77,0x00 },
HDkbd.c787 case BTAB: /* a backtab: ESC [ Z */ in genkbd_event()
1390 case BTAB: in genkbd_keyaction()
/freebsd-11-stable/sys/sys/
HDkbio.h147 #define BTAB 0x08 /* backwards tab */ macro
/freebsd-11-stable/usr.sbin/kbdcontrol/
HDkbdcontrol.c222 return BTAB | SPECIAL; in get_entry()
437 case BTAB | SPECIAL: in print_entry()
638 case BTAB: in dump_entry()
/freebsd-11-stable/contrib/dialog/
HDdlg_keys.c361 CURSES_NAME(BTAB),
/freebsd-11-stable/sys/dev/syscons/
HDsyscons.c3793 case BTAB: in scgetc()