Home
last modified time | relevance | path

Searched refs:KEYSYM_KILLWORD (Results 1 – 6 of 6) sorted by relevance

/dports/editors/led/led-2.0/src/
H A Dinput.c141 keybind_define(KEYSYM_KILLWORD, "\\33\b"); in input_init()
142 keybind_define(KEYSYM_KILLWORD, "\\^W"); in input_init()
H A Dinput.h114 KEYSYM_KILLWORD, enumerator
H A Dvdefault.c125 case KEYSYM_KILLWORD: command_killword(v); break; in vdefault_input()
H A Dvminibuff.c308 case KEYSYM_KILLWORD: in vminibuff_input()
H A Dcommand.c108 command_add("killword", KEYSYM_KILLWORD); in command_init()
/dports/editors/led/led-2.0/src/cmd_vdef/
H A Dcommand_kill.c47 input_lastkeysym == KEYSYM_KILLWORD || in ringmanage()