Home
last modified time | relevance | path

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

/dports/editors/led/led-2.0/src/cmd_vdef/
H A Dcommand_search.c177 case KEYSYM_ISEARCH: { in searchcback()
180 if (sidx > 0 || (keysym == KEYSYM_ISEARCH) != sfwd) { in searchcback()
181 saction = keysym == KEYSYM_ISEARCH ? in searchcback()
/dports/editors/led/led-2.0/src/
H A Dinput.h120 KEYSYM_ISEARCH, enumerator
H A Dinput.c148 keybind_define(KEYSYM_ISEARCH, "\\^S"); in input_init()
H A Dvdefault.c115 case KEYSYM_ISEARCH: command_isearch(v); break; in vdefault_input()
H A Dcommand.c114 command_add("isearch", KEYSYM_ISEARCH); in command_init()