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

/freebsd-10.1-release/contrib/libreadline/
H A Dinput.c376 rl_pending_input = EOF;
395 rl_pending_input = c;
404 rl_pending_input = 0;
423 if (rl_pending_input)
425 c = rl_pending_input;
H A Dreadline.c209 int rl_pending_input = 0; variable
305 if (rl_pending_input == EOF)
476 if (rl_pending_input == 0)
524 if (rl_pending_input == 0 && lk == _rl_last_command_was_kill)
749 if (rl_pending_input == 0 && map[key].function != rl_digit_argument)
1178 sp->pendingin = rl_pending_input;
1212 rl_pending_input = sp->pendingin;
H A Dcallback.c217 while (rl_pending_input || _rl_pushed_input_available () || RL_ISSTATE (RL_STATE_MACROINPUT));
H A Dreadline.h512 extern int rl_pending_input;

Completed in 112 milliseconds