Home
last modified time | relevance | path

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

/NextBSD/contrib/libreadline/
HDmacro.c101 _rl_next_macro_key () in _rl_next_macro_key() function
111 return (_rl_next_macro_key ()); in _rl_next_macro_key()
HDrlprivate.h247 extern int _rl_next_macro_key PARAMS((void));
HDinput.c431 if ((c = _rl_next_macro_key ())) in rl_read_key()