Home
last modified time | relevance | path

Searched refs:KEYSYM_PREVWORD (Results 1 – 5 of 5) sorted by relevance

/dports/editors/led/led-2.0/src/
H A Dinput.h91 KEYSYM_PREVWORD, enumerator
H A Dinput.c119 keybind_define(KEYSYM_PREVWORD, "\\33b"); in input_init()
H A Dvdefault.c95 case KEYSYM_PREVWORD: command_prevword(v); break; in vdefault_input()
H A Dvminibuff.c302 case KEYSYM_PREVWORD: in vminibuff_input()
H A Dcommand.c85 command_add("prevword", KEYSYM_PREVWORD); in command_init()