OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:saw_eof
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/byacc/dist/
reader.c
66
static char
saw_eof
;
variable
356
if (
saw_eof
|| (c = getc(f)) == EOF)
364
saw_eof
= 1;
394
saw_eof
= 1;
/src/external/gpl3/gdb.old/dist/gdb/
remote.c
13404
int
saw_eof
;
13425
saw_eof
= 0;
13427
while (bytes_in_buffer || !
saw_eof
)
13429
if (!
saw_eof
)
13442
saw_eof
= 1;
/src/external/gpl3/gdb/dist/gdb/
remote.c
13439
int
saw_eof
;
13460
saw_eof
= 0;
13462
while (bytes_in_buffer || !
saw_eof
)
13464
if (!
saw_eof
)
13477
saw_eof
= 1;
Completed in 62 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026