OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_rl_eof_char
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb/dist/readline/readline/
readline.c
218
int
_rl_eof_char
= CTRL ('D');
variable
649
if (lastc ==
_rl_eof_char
|| lastc == EOF)
652
c =
_rl_eof_char
;
658
/* The character
_rl_eof_char
typed to blank line, and not as the
662
if (((c ==
_rl_eof_char
&& lastc != c) || c == EOF) && rl_end == 0)
rlprivate.h
568
extern int
_rl_eof_char
;
rltty.c
288
/* If there is an EOF char, bind
_rl_eof_char
to it. */
290
_rl_eof_char
= oldtio.tchars.t_eofc;
515
_rl_eof_char
= oldtio.c_cc[VEOF];
/src/external/gpl3/gdb.old/dist/readline/readline/
readline.c
218
int
_rl_eof_char
= CTRL ('D');
variable
649
if (lastc ==
_rl_eof_char
|| lastc == EOF)
652
c =
_rl_eof_char
;
658
/* The character
_rl_eof_char
typed to blank line, and not as the
662
if (((c ==
_rl_eof_char
&& lastc != c) || c == EOF) && rl_end == 0)
rlprivate.h
568
extern int
_rl_eof_char
;
rltty.c
288
/* If there is an EOF char, bind
_rl_eof_char
to it. */
290
_rl_eof_char
= oldtio.tchars.t_eofc;
515
_rl_eof_char
= oldtio.c_cc[VEOF];
Completed in 15 milliseconds
Indexes created Sun Apr 26 00:22:38 UTC 2026