Searched refs:rl_eof_found (Results 1 – 7 of 7) sorted by relevance
169 int rl_eof_found = 0; variable711 rl_eof_found = readline_internal_charloop (); in readline_internal()712 return (readline_internal_teardown (rl_eof_found)); in readline_internal()
276 rl_eof_found = eof; in rl_callback_read_char()
558 extern int rl_eof_found;
695 if (rl_eof_found) in rl_deprep_terminal()
1814 -- Variable: int rl_eof_found4934 * rl_eof_found: Readline Variables. (line 33)
330 @deftypevar int rl_eof_found
128216 readline global variable rl_eof_found.128231 temporarily clear rl_eof_found, this prevents the '\n' being printed128272 add rl_eof_found to public API; fix pointer aliasing problems \128278 rl_eof_found global, and the RL_STATE_EOF state flag. These changes