Home
last modified time | relevance | path

Searched refs:controlhome (Results 1 – 4 of 4) sorted by relevance

/dports/editors/nano/nano-5.9/src/
H A Dprototypes.h69 extern int controlhome, controlend;
H A Dglobal.c101 int controlhome, controlend; variable
H A Dnano.c2342 controlhome = get_keycode("kHOM5", CONTROL_HOME); in main()
H A Dwinio.c1052 else if (keycode == controlhome) in parse_kbinput()