Searched refs:rl_pending_input (Results 1 – 4 of 4) sorted by relevance
369 rl_pending_input = EOF;388 rl_pending_input = c;397 rl_pending_input = 0; in rl_clear_pending_input()416 if (rl_pending_input) in rl_read_key()418 c = rl_pending_input; in rl_read_key()
209 int rl_pending_input = 0; variable317 if (rl_pending_input == EOF)509 if (rl_pending_input == 0) in readline_internal_char()558 if (rl_pending_input == 0 && lk == _rl_last_command_was_kill) in readline_internal_char()781 if (rl_pending_input == 0 && map[key].function != rl_digit_argument)1216 sp->pendingin = rl_pending_input;1250 rl_pending_input = sp->pendingin;
232 while (rl_pending_input || _rl_pushed_input_available () || RL_ISSTATE (RL_STATE_MACROINPUT)); in rl_callback_read_char()
521 extern int rl_pending_input;