Home
last modified time | relevance | path

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

/dports/editors/led/led-2.0/src/
H A Dinput.h117 KEYSYM_YANK, enumerator
H A Dinput.c145 keybind_define(KEYSYM_YANK, "\\^Y"); in input_init()
H A Dvdefault.c128 case KEYSYM_YANK: command_yank(v); break; in vdefault_input()
H A Dvminibuff.c331 case KEYSYM_YANK: in vminibuff_input()
H A Dcommand.c111 command_add("yank", KEYSYM_YANK); in command_init()
/dports/editors/led/led-2.0/src/cmd_vdef/
H A Dcommand_search.c166 case KEYSYM_YANK: in searchcback()
H A Dcommand_kill.c393 if ((input_lastkeysym != KEYSYM_YANK && in popok()