Searched refs:_rl_dispatch_subseq (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | readline.c | 801 r = _rl_dispatch_subseq (nkey, cxt->dmap, cxt->subseq_arg); in _rl_dispatch_callback() 838 return _rl_dispatch_subseq (key, map, 0); in _rl_dispatch() 842 _rl_dispatch_subseq (register int key, Keymap map, int got_subseq) in _rl_dispatch_subseq() function 1038 … r = _rl_dispatch_subseq (newkey, _rl_dispatching_keymap, got_subseq || map[ANYOTHERKEY].function); in _rl_dispatch_subseq() 1103 r = _rl_dispatch_subseq (key, m, 0); in _rl_subseq_result()
|
| H A D | rlprivate.h | 368 extern int _rl_dispatch_subseq PARAMS((int, Keymap, int));
|
| H A D | ChangeLog.gdb | 288 causes an infinite loop in _rl_dispatch_subseq with the `key' argument 293 * readline.c (_rl_dispatch_subseq): Repeating an edit in
|