Home
last modified time | relevance | path

Searched refs:seen_eof (Results 1 – 25 of 74) sorted by relevance

123

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dunicode.cc269 seen_eof = true; in FileLineInput()
272 seen_eof = false; in FileLineInput()
332 } while (!seen_eof); in get_line()
349 } while (!seen_eof); in get_line()
366 while (!seen_eof); in get_line()
384 while (!seen_eof); in get_line()
406 while (!seen_eof); in get_line()
427 while (!seen_eof); in get_line()
439 seen_eof = true; in UTF8FileLineInput()
442 seen_eof = false; in UTF8FileLineInput()
[all …]
H A Dunicode.h77 bool seen_eof; variable
81 bool eof() override { return seen_eof || !f; }; in eof()
91 bool seen_eof; variable
95 bool eof() override { return seen_eof || !f; }; in eof()
/dports/devel/gettext-tools/gettext-0.21/libtextstyle/examples/color-filter/
H A Dfilter.c133 bool seen_eof = false; in main() local
152 seen_eof = true; in main()
208 if (seen_eof) in main()
/dports/devel/gettext-po-mode/gettext-0.21/libtextstyle/examples/color-filter/
H A Dfilter.c133 bool seen_eof = false; in main() local
152 seen_eof = true; in main()
208 if (seen_eof) in main()
/dports/devel/gettext-runtime/gettext-0.21/libtextstyle/examples/color-filter/
H A Dfilter.c133 bool seen_eof = false; in main() local
152 seen_eof = true; in main()
208 if (seen_eof) in main()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-ssl-iostream/
H A Distream-openssl.c10 bool seen_eof; member
41 if (sstream->seen_eof) { in i_stream_ssl_read_real()
76 sstream->seen_eof = TRUE; in i_stream_ssl_read_real()
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Distream-file.c71 } else if (fstream->seen_eof) { in i_stream_file_read()
83 fstream->seen_eof = TRUE; in i_stream_file_read()
145 fstream->seen_eof = FALSE; in i_stream_file_seek()
H A Distream-file-private.h13 bool seen_eof:1; member
H A Distream-unix.c48 ustream->fstream.seen_eof = TRUE; in i_stream_unix_read()
H A Djson-parser.c45 bool seen_eof; member
66 if (ret < 0 && !parser->seen_eof && in json_parser_read_more()
70 parser->seen_eof = TRUE; in json_parser_read_more()
/dports/security/putty/putty-0.76/
H A Dsesschan.c38 bool seen_eof, seen_exit; member
625 if (sess->seen_eof && sess->seen_exit) in sesschan_check_close_callback()
629 static bool sesschan_want_close(Channel *chan, bool seen_eof, bool rcvd_eof) in sesschan_want_close() argument
638 return (sess->seen_eof && sess->seen_exit); in sesschan_want_close()
646 sess->seen_eof = true; in sesschan_seat_eof()
/dports/security/putty-nogtk/putty-0.76/
H A Dsesschan.c38 bool seen_eof, seen_exit; member
625 if (sess->seen_eof && sess->seen_exit) in sesschan_check_close_callback()
629 static bool sesschan_want_close(Channel *chan, bool seen_eof, bool rcvd_eof) in sesschan_want_close() argument
638 return (sess->seen_eof && sess->seen_exit); in sesschan_want_close()
646 sess->seen_eof = true; in sesschan_seat_eof()
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/webvtt/parsing/file-parsing/tools/
H A Dparser.py153 seen_eof = False # 6.
169 seen_eof = True
256 if seen_eof:
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/webvtt/parsing/file-parsing/tools/
H A Dparser.py153 seen_eof = False # 6.
169 seen_eof = True
256 if seen_eof:
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/webvtt/parsing/file-parsing/tools/
H A Dparser.py153 seen_eof = False # 6.
169 seen_eof = True
256 if seen_eof:
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/webvtt/parsing/file-parsing/tools/
H A Dparser.py153 seen_eof = False # 6.
169 seen_eof = True
256 if seen_eof:
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/webvtt/parsing/file-parsing/tools/
H A Dparser.py153 seen_eof = False # 6.
169 seen_eof = True
256 if seen_eof:
/dports/lang/gawk/gawk-5.1.1/
H A Dcommand.y1056 static int seen_eof = 0; in yylex_ebcdic() local
1059 if (! seen_eof) { in yylex_ebcdic()
1066 seen_eof = 1; in yylex_ebcdic()
1068 } else if (seen_eof++ == 1) { in yylex_ebcdic()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/rustls-0.17.0/examples/internal/
H A Dbogo_shim.rs534 let mut seen_eof = false; in exec() localVariable
549 if !seen_eof { in exec()
550 seen_eof = true; in exec()
/dports/net/routinator/routinator-0.10.2/cargo-crates/rustls-0.19.1/examples/internal/
H A Dbogo_shim.rs576 let mut seen_eof = false; in exec() localVariable
591 if !seen_eof { in exec()
592 seen_eof = true; in exec()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/rustls-0.19.1/examples/internal/
H A Dbogo_shim.rs576 let mut seen_eof = false; in exec() localVariable
591 if !seen_eof { in exec()
592 seen_eof = true; in exec()
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/rustls-0.17.0/examples/internal/
H A Dbogo_shim.rs534 let mut seen_eof = false; in exec() localVariable
549 if !seen_eof { in exec()
550 seen_eof = true; in exec()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rustls-0.17.0/examples/internal/
H A Dbogo_shim.rs534 let mut seen_eof = false; in exec() localVariable
549 if !seen_eof { in exec()
550 seen_eof = true; in exec()
/dports/net/krill/krill-0.9.4/cargo-crates/rustls-0.19.1/examples/internal/
H A Dbogo_shim.rs576 let mut seen_eof = false; in exec() localVariable
591 if !seen_eof { in exec()
592 seen_eof = true; in exec()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/rustls-0.19.1/examples/internal/
H A Dbogo_shim.rs576 let mut seen_eof = false; in exec() localVariable
591 if !seen_eof { in exec()
592 seen_eof = true; in exec()

123