Searched refs:ANYOTHERKEY (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/libreadline/
H A Dkeymaps.h54 #define ANYOTHERKEY KEYMAP_SIZE-1 macro
H A Dreadline.c752 else if (map[ANYOTHERKEY].function)
792 return (_rl_dispatch (ANYOTHERKEY, FUNCTION_TO_KEYMAP (map, key)));
815 cxt->subseq_arg = got_subseq || cxt->dmap[ANYOTHERKEY].function;
831 r = _rl_dispatch_subseq (newkey, _rl_dispatching_keymap, got_subseq || map[ANYOTHERKEY].function);
852 key != ANYOTHERKEY &&
878 type = m[ANYOTHERKEY].type;
879 func = m[ANYOTHERKEY].function;
897 r = _rl_dispatch (ANYOTHERKEY, m);
899 else if (r && map[ANYOTHERKEY].function)
902 tell the caller that it should try ANYOTHERKEY fo
[all...]
H A Dbind.c391 key binding, we save that keybinding into the ANYOTHERKEY
394 matched. ANYOTHERKEY was chosen to be greater than
410 map[ANYOTHERKEY] = k;
421 ic = ANYOTHERKEY;

Completed in 185 milliseconds