Searched refs:_rl_nchars_available (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Drlprivate.h298 extern int _rl_nchars_available PARAMS((void));
H A Dsearch.c325 if (_rl_enable_bracketed_paste && ((n = _rl_nchars_available ()) >= (BRACK_PASTE_SLEN-1)))
H A Dinput.c372 _rl_nchars_available () function
H A Disearch.c360 if (_rl_enable_bracketed_paste && c == ESC && strchr (cxt->search_terminators, c) && (n = _rl_nchars_available ()) > (BRACK_PASTE_SLEN-1))

Completed in 96 milliseconds