Searched refs:_rl_dispatch_subseq (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/libreadline/
H A Dreadline.c653 r = _rl_dispatch_subseq (nkey, cxt->dmap, cxt->subseq_arg);
659 r = _rl_dispatch_subseq (nkey, cxt->dmap, cxt->subseq_arg);
692 return _rl_dispatch_subseq (key, map, 0);
696 _rl_dispatch_subseq (key, map, got_subseq) function
831 r = _rl_dispatch_subseq (newkey, _rl_dispatching_keymap, got_subseq || map[ANYOTHERKEY].function);
873 the function. The recursive call to _rl_dispatch_subseq has
H A Drlprivate.h274 extern int _rl_dispatch_subseq PARAMS((int, Keymap, int));

Completed in 198 milliseconds