Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dreadline.c245 Keymap _rl_dispatching_keymap; variable
837 _rl_dispatching_keymap = map; in _rl_dispatch()
977 _rl_dispatching_keymap = FUNCTION_TO_KEYMAP (map, key); in _rl_dispatch_subseq()
1005 cxt->dmap = _rl_dispatching_keymap; in _rl_dispatch_subseq()
1023 _rl_dispatching_keymap[ANYOTHERKEY].function && in _rl_dispatch_subseq()
1038 … r = _rl_dispatch_subseq (newkey, _rl_dispatching_keymap, got_subseq || map[ANYOTHERKEY].function); in _rl_dispatch_subseq()
1062 _rl_dispatching_keymap == vi_movement_keymap && in _rl_dispatch_subseq()
1084 m = _rl_dispatching_keymap; in _rl_subseq_result()
1102 _rl_dispatching_keymap = map; /* previous map */ in _rl_subseq_result()
1122 _rl_dispatching_keymap = map; in _rl_subseq_result()
[all …]