Searched refs:rl_pending_input (Results 1 – 6 of 6) sorted by relevance
434 rl_pending_input = EOF; in rl_stuff_char()452 rl_pending_input = c; in rl_execute_next()461 rl_pending_input = 0; in rl_clear_pending_input()478 if (rl_pending_input) in rl_read_key()480 c = rl_pending_input; /* XXX - cast to unsigned char if > 0? */ in rl_read_key()
222 int rl_pending_input = 0; variable360 if (rl_pending_input == EOF) in readline()581 if (rl_pending_input == 0) in readline_internal_char()673 if (rl_pending_input == 0 && lk == _rl_last_command_was_kill) in readline_internal_char()900 …if (rl_pending_input == 0 && map[key].function != rl_digit_argument && map[key].function != rl_vi_… in _rl_dispatch_subseq()902 if (rl_pending_input == 0 && map[key].function != rl_digit_argument) in _rl_dispatch_subseq()1456 sp->pendingin = rl_pending_input; in rl_save_state()1496 rl_pending_input = sp->pendingin; in rl_restore_state()
302 while (rl_pending_input || _rl_pushed_input_available () || RL_ISSTATE (RL_STATE_MACROINPUT)); in rl_callback_read_char()
561 extern int rl_pending_input;
342 @deftypevar int rl_pending_input1126 the input stream via @var{rl_pending_input} (@pxref{Readline Variables})1147 is called. This sets @var{rl_pending_input}.1151 Unset @var{rl_pending_input}, effectively negating the effect of any
1824 -- Variable: int rl_pending_input5030 * rl_pending_input: Readline Variables. (line 43)