Home
last modified time | relevance | path

Searched refs:okeymap (Results 1 – 14 of 14) sorted by relevance

/dports/shells/bash/bash-5.1/lib/readline/
H A Disearch.c106 cxt->okeymap = _rl_keymap; in _rl_scxt_alloc()
391 cxt->okeymap = cxt->keymap; in _rl_isearch_dispatch()
452 cxt->keymap = cxt->okeymap; in _rl_isearch_dispatch()
793 cxt->keymap = cxt->okeymap = _rl_keymap; in _rl_isearch_dispatch()
H A Drlprivate.h94 Keymap okeymap; /* original keymap */ member
/dports/devel/gdb/gdb-11.1/readline/readline/
H A Disearch.c106 cxt->okeymap = _rl_keymap; in _rl_scxt_alloc()
391 cxt->okeymap = cxt->keymap; in _rl_isearch_dispatch()
452 cxt->keymap = cxt->okeymap; in _rl_isearch_dispatch()
793 cxt->keymap = cxt->okeymap = _rl_keymap; in _rl_isearch_dispatch()
H A Drlprivate.h94 Keymap okeymap; /* original keymap */ member
/dports/devel/readline/readline-8.1/
H A Disearch.c106 cxt->okeymap = _rl_keymap; in _rl_scxt_alloc()
391 cxt->okeymap = cxt->keymap; in _rl_isearch_dispatch()
452 cxt->keymap = cxt->okeymap; in _rl_isearch_dispatch()
793 cxt->keymap = cxt->okeymap = _rl_keymap; in _rl_isearch_dispatch()
H A Drlprivate.h94 Keymap okeymap; /* original keymap */ member
/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dzle_hist.c1161 char *okeymap; in doisearch() local
1197 okeymap = ztrdup(curkeymapname); in doisearch()
1705 selectkeymap(okeymap, 1); in doisearch()
1706 zsfree(okeymap); in doisearch()
1796 char *okeymap = ztrdup(curkeymapname); in getvisrchstr() local
1910 selectkeymap(okeymap, 1); in getvisrchstr()
1911 zsfree(okeymap); in getvisrchstr()
H A Dzle_misc.c1231 char *okeymap = ztrdup(curkeymapname); in executenamedcommand() local
1255 selectkeymap(okeymap, 1); in executenamedcommand()
1256 zsfree(okeymap); in executenamedcommand()
1358 selectkeymap(okeymap, 1); in executenamedcommand()
1359 zsfree(okeymap); in executenamedcommand()
/dports/devel/gdb761/gdb-7.6.1/readline/
H A Disearch.c108 cxt->okeymap = _rl_keymap;
377 cxt->keymap = cxt->okeymap;
H A Drlprivate.h84 Keymap okeymap; /* original keymap */ member
/dports/editors/emacs/emacs-27.2/src/
H A Dprocess.c6141 Lisp_Object obuffer, okeymap; in read_and_dispose_of_process_output()
6143 okeymap = BVAR (current_buffer, keymap); in read_and_dispose_of_process_output()
6227 || ! EQ (current_buffer->keymap, okeymap)) in read_and_dispose_of_process_output()
7355 Lisp_Object obuffer, okeymap; in exec_sentinel()
7357 okeymap = BVAR (current_buffer, keymap); in exec_sentinel()
7404 || ! EQ (current_buffer->keymap, okeymap)) in exec_sentinel()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dprocess.c6144 Lisp_Object obuffer, okeymap; in read_and_dispose_of_process_output()
6146 okeymap = BVAR (current_buffer, keymap); in read_and_dispose_of_process_output()
7449 Lisp_Object obuffer, okeymap; in exec_sentinel()
7451 okeymap = BVAR (current_buffer, keymap); in exec_sentinel()
/dports/shells/bash/bash-5.1/CWRU/
H A Dchangelog8129 and okeymap members of the search context in preparation for reading
/dports/shells/bash/bash-5.1/
H A DChangeLog8129 and okeymap members of the search context in preparation for reading