Home
last modified time | relevance | path

Searched refs:eof_found (Results 1 – 25 of 226) sorted by relevance

12345678910

/dports/science/nwchem-data/nwchem-7.0.2-release/contrib/seetex/
H A Dseetex.c393 int eof_found = 0; in seetex_process() local
399 while (! eof_found) in seetex_process()
403 eof_found = ! get_line(srcid,line,MAX_LINE_LEN); in seetex_process()
406 if (eof_found) in seetex_process()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/contrib/seetex/
H A Dseetex.c393 int eof_found = 0; in seetex_process() local
399 while (! eof_found) in seetex_process()
403 eof_found = ! get_line(srcid,line,MAX_LINE_LEN); in seetex_process()
406 if (eof_found) in seetex_process()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Ddecompress_lzo.cpp106 goto eof_found; in decompress_lzo1x()
129 eof_found: in decompress_lzo1x()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Ddecompress_lzo.cpp106 goto eof_found; in decompress_lzo1x()
129 eof_found: in decompress_lzo1x()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tony/mpal/
H A Dlzo.cpp173 goto eof_found; in lzo1x_decompress()
212 eof_found: in lzo1x_decompress()
/dports/games/scummvm/scummvm-2.5.1/engines/tony/mpal/
H A Dlzo.cpp173 goto eof_found; in lzo1x_decompress()
212 eof_found: in lzo1x_decompress()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/FileFormats/
H A DLZOCompression.cs209 goto eof_found;
261 eof_found:
/dports/sysutils/busybox/busybox-1.26.2/archival/libarchive/
H A Dlzo1x_d.c281 goto eof_found;
296 goto eof_found;
400 eof_found:
/dports/devel/gdb761/gdb-7.6.1/readline/
H A Dreadline.c483 static int lastc, eof_found; in readline_internal_char() local
487 eof_found = 0; in readline_internal_char()
529 eof_found = 1; in readline_internal_char()
546 eof_found = 1; in readline_internal_char()
568 return (eof_found); in readline_internal_char()
/dports/cad/magic/magic-8.3.245/readline/readline-4.3/
H A Dreadline.c397 static int lastc, eof_found; in readline_internal_char() local
401 eof_found = 0; in readline_internal_char()
437 eof_found = 1; in readline_internal_char()
478 return (eof_found); in readline_internal_char()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Dreadline.c397 static int lastc, eof_found; in readline_internal_char() local
401 eof_found = 0; in readline_internal_char()
437 eof_found = 1; in readline_internal_char()
478 return (eof_found); in readline_internal_char()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Dreadline.c397 static int lastc, eof_found; in readline_internal_char() local
401 eof_found = 0; in readline_internal_char()
437 eof_found = 1; in readline_internal_char()
478 return (eof_found); in readline_internal_char()
/dports/databases/gqlplus/gqlplus-1.16/gqlplus-1.15/readline/
H A Dreadline.c397 static int lastc, eof_found; in readline_internal_char() local
401 eof_found = 0; in readline_internal_char()
437 eof_found = 1; in readline_internal_char()
478 return (eof_found); in readline_internal_char()
/dports/databases/gqlplus/gqlplus-1.16/readline/
H A Dreadline.c397 static int lastc, eof_found; in readline_internal_char() local
401 eof_found = 0; in readline_internal_char()
437 eof_found = 1; in readline_internal_char()
478 return (eof_found); in readline_internal_char()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/rcutorture/formal/srcu-cbmc/
H A Dmodify_srcu.awk70 if (eof_found) {
74 eof_found = 1;
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/rcutorture/formal/srcu-cbmc/
H A Dmodify_srcu.awk70 if (eof_found) {
74 eof_found = 1;
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/rcutorture/formal/srcu-cbmc/
H A Dmodify_srcu.awk70 if (eof_found) {
74 eof_found = 1;
/dports/shells/bash/bash-5.1/lib/readline/
H A Dreadline.c548 static int lastc, eof_found; in readline_internal_char() local
554 eof_found = 0; in readline_internal_char()
599 eof_found = 1; in readline_internal_char()
639 eof_found = 1; in readline_internal_char()
683 return (eof_found); in readline_internal_char()
/dports/devel/gdb/gdb-11.1/readline/readline/
H A Dreadline.c548 static int lastc, eof_found; in readline_internal_char() local
554 eof_found = 0; in readline_internal_char()
599 eof_found = 1; in readline_internal_char()
639 eof_found = 1; in readline_internal_char()
683 return (eof_found); in readline_internal_char()
/dports/devel/readline/readline-8.1/
H A Dreadline.c548 static int lastc, eof_found; in readline_internal_char() local
554 eof_found = 0; in readline_internal_char()
599 eof_found = 1; in readline_internal_char()
639 eof_found = 1; in readline_internal_char()
683 return (eof_found); in readline_internal_char()
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/lzo/
H A Dlzo1x_decompress_safe.c208 goto eof_found; in lzo1x_decompress_safe()
272 eof_found: in lzo1x_decompress_safe()
/dports/multimedia/libv4l/linux-5.13-rc2/lib/lzo/
H A Dlzo1x_decompress_safe.c208 goto eof_found; in lzo1x_decompress_safe()
272 eof_found: in lzo1x_decompress_safe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/lzo/
H A Dlzo1x_decompress_safe.c208 goto eof_found; in lzo1x_decompress_safe()
272 eof_found: in lzo1x_decompress_safe()
/dports/devel/avr-gdb/gdb-7.3.1/readline/
H A Dreadline.c445 static int lastc, eof_found; in readline_internal_char() local
449 eof_found = 0; in readline_internal_char()
494 eof_found = 1; in readline_internal_char()
515 return (eof_found); in readline_internal_char()
/dports/archivers/lzo2/lzo-2.10/src/
H A Dlzo2a_d.ch128 goto eof_found;
146 eof_found:

12345678910