Searched refs:KEY_BACKSPACE (Results 1 - 15 of 15) sorted by path

/freebsd-11-stable/contrib/dialog/
H A Ddlg_keys.h120 DLG_KEYS_DATA( DLGK_DELETE_LEFT, KEY_BACKSPACE ), \
/freebsd-11-stable/contrib/ee/
H A Dee.c1558 else if (in == KEY_BACKSPACE)
1893 if (((in == 8) || (in == 127) || (in == KEY_BACKSPACE)) && (g_pos > 0))
3468 case KEY_BACKSPACE:
H A Dnew_curse.h57 #define KEY_BACKSPACE 0407 macro
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-io.c687 if (ch == KEY_BACKSPACE)
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_getch.c585 * translate it to KEY_BACKSPACE if kbs=^H. This does not depend
592 chtype backup = (chtype) ((ch == KEY_BACKSPACE) ? '\b' : ch);
H A Dlib_getstr.c136 if (ch == erasec || ch == KEY_LEFT || ch == KEY_BACKSPACE) {
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c134 ch = KEY_BACKSPACE;
156 if (ch == KEY_LEFT || ch == KEY_BACKSPACE) {
/freebsd-11-stable/sys/dev/gpio/
H A Dgpiokeys_codes.c55 { KEY_BACKSPACE, 14},
/freebsd-11-stable/sys/gnu/dts/include/dt-bindings/input/
H A Dlinux-event-codes.h88 #define KEY_BACKSPACE 14 macro
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2542 case KEY_BACKSPACE:
/freebsd-11-stable/stand/lua/
H A Dcore.lua98 core.KEY_BACKSPACE = 8
H A Dmenu.lua393 if (key == core.KEY_BACKSPACE or key == core.KEY_DELETE) and
H A Dpassword.lua68 if ch == core.KEY_BACKSPACE or ch == core.KEY_DELETE then
/freebsd-11-stable/sys/dev/evdev/
H A Devdev_utils.c55 KEY_ENTER, KEY_ESC, KEY_BACKSPACE, KEY_TAB,
123 KEY_MINUS, KEY_EQUAL, KEY_BACKSPACE, KEY_TAB,
H A Dinput-event-codes.h103 #define KEY_BACKSPACE 14 macro

Completed in 258 milliseconds