Home
last modified time | relevance | path

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

/dports/editors/led/led-2.0/src/
H A Dinput.h90 KEYSYM_NEXTWORD, enumerator
H A Dinput.c118 keybind_define(KEYSYM_NEXTWORD, "\\33f"); in input_init()
H A Dvdefault.c94 case KEYSYM_NEXTWORD: command_nextword(v); break; in vdefault_input()
H A Dvminibuff.c301 case KEYSYM_NEXTWORD: in vminibuff_input()
H A Dcommand.c84 command_add("nextword", KEYSYM_NEXTWORD); in command_init()
/dports/editors/led/led-2.0/src/cmd_vdef/
H A Dcommand_search.c112 case KEYSYM_NEXTWORD: { in searchcback()