Searched refs:_rl_eof_char (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/libreadline/
H A Drlprivate.h392 extern int _rl_eof_char;
H A Dreadline.c206 int _rl_eof_char = CTRL ('D'); variable
505 /* The character _rl_eof_char typed to blank line, and not as the
507 if (((c == _rl_eof_char && lastc != c) || c == EOF) && !rl_end)
H A Drltty.c354 /* If there is an EOF char, bind _rl_eof_char to it. */
356 _rl_eof_char = oldtio.tchars.t_eofc;
588 _rl_eof_char = oldtio.c_cc[VEOF];

Completed in 42 milliseconds