Home
last modified time | relevance | path

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

/dports/editors/led/led-2.0/src/
H A Dinput.h113 KEYSYM_KILLEOL, enumerator
H A Dinput.c140 keybind_define(KEYSYM_KILLEOL, "\\33k"); in input_init()
H A Dvdefault.c124 case KEYSYM_KILLEOL: command_killeol(v); break; in vdefault_input()
H A Dvminibuff.c318 case KEYSYM_KILLEOL: { in vminibuff_input()
H A Dcommand.c107 command_add("killeol", KEYSYM_KILLEOL); in command_init()
/dports/editors/led/led-2.0/src/cmd_vdef/
H A Dcommand_kill.c46 input_lastkeysym == KEYSYM_KILLEOL || in ringmanage()