Home
last modified time | relevance | path

Searched refs:ctrlx_key (Results 1 – 3 of 3) sorted by relevance

/dports/astro/sunclock/sunclock-3.57/editkit/
H A Dterm_bind_em.c48 void ctrlx_key(int key) in ctrlx_key() function
203 if (doCtrlX) ctrlx_key(key); else in main_exec()
H A Dx11_bind_em.c48 void ctrlx_key(int key) in ctrlx_key() function
227 if (doCtrlX) ctrlx_key(key); else in main_exec()
/dports/editors/uemacs/uemacs-4.0/src/
H A Dmswmenu.c176 static unsigned int ctrlx_key = 0; variable
452 prefix_key_ptr = (Key & CTLX) ? &ctrlx_key : &meta_key; in GetKeyText()
602 ctrlx_key = meta_key = 0; /* these may have changed since the in InitMenuPopup()