/dports/games/tads/tads-3.0.8/tads3/ |
H A D | tclibprs.cpp | 97 if (osfgets(buf, sizeof(buf), fp) == 0) in parse_lib() 120 if (osfgets(buf2, sizeof(buf2), fp) != 0) in parse_lib() 136 if (osfgets(buf2, sizeof(buf2), fp) == 0) in parse_lib()
|
H A D | tccmdutl.cpp | 137 if (osfgets(buf, buflen, fp) == 0) in parse_opt_file() 189 if (osfgets(buf + len, buflen - len, fp) == 0) in parse_opt_file()
|
H A D | msgcomp.cpp | 83 if (osfgets(buf, sizeof(buf), fphdr) == 0) in read_header_file() 373 if (osfgets(buf, sizeof(buf), fpin) == 0) in main() 574 if (osfgets(buf, sizeof(buf), fpin) == 0) in main() 619 if (osfgets(buf, sizeof(buf), fpin) == 0) in main()
|
H A D | mkchrtab.cpp | 903 if (osfgets(buf, sizeof(buf), fp) == 0) in main()
|
H A D | vmconsol.cpp | 2464 if (osfgets(buf, buflen, script_fp_) == 0) in read_line_from_script()
|
/dports/games/tads/tads-3.0.8/tads2/ |
H A D | qas.c | 90 if (!osfgets(buf, bufl, scrfp)) in qasgets()
|
H A D | mkchrtab.c | 763 if (osfgets(buf, sizeof(buf), fp) == 0) in load_unicode_file() 1163 if (osfgets(buf, sizeof(buf), fp) == 0) in main()
|
H A D | osunixt.h | 312 #define osfgets(buf, len, fp) fgets(buf, len, fp) macro
|
H A D | errmsg.c | 574 osfgets(outbuf, outbufl, ctx->errcxfp); in errmsg()
|
H A D | linf.c | 984 ret = (osfgets((char *)buf, siz, linf->linffp) != 0); in linfgets()
|
H A D | tadsrsc.c | 1480 if (!osfgets(buf, sizeof(buf), argfp)) break; in main()
|
H A D | bif.c | 3010 if (!osfgets((char *)buf, sizeof(buf) - 1, fp)) in biffread()
|
/dports/games/scummvm/scummvm-2.5.1/engines/glk/tads/tads2/ |
H A D | qa_scriptor.cpp | 78 if (!osfgets(buf, bufl, scrfp)) in qasgets()
|
H A D | line_source_file.cpp | 981 ret = (osfgets((char *)buf, siz, linf->linffp) != 0); in linfgets()
|
H A D | built_in.cpp | 3037 if (!osfgets((char *)dbuf, sizeof(dbuf) - 1, fp)) in biffread()
|
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/tads/tads2/ |
H A D | qa_scriptor.cpp | 78 if (!osfgets(buf, bufl, scrfp)) in qasgets()
|
H A D | line_source_file.cpp | 981 ret = (osfgets((char *)buf, siz, linf->linffp) != 0); in linfgets()
|
H A D | built_in.cpp | 3037 if (!osfgets((char *)dbuf, sizeof(dbuf) - 1, fp)) in biffread()
|
/dports/games/tads/tads-3.0.8/tads2/glk/ |
H A D | os_glk.h | 189 #define osfgets(buf, len, fp) glk_get_line_stream(fp, buf, (glui32)len) macro
|
/dports/games/scummvm/scummvm-2.5.1/engines/glk/tads/ |
H A D | os_frob_tads.h | 368 char *osfgets(char *buf, size_t len, osfildef *fp);
|
H A D | os_frob_tads.cpp | 110 char *osfgets(char *buf, size_t count, osfildef *fp) { in osfgets() function
|
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/tads/ |
H A D | os_frob_tads.h | 368 char *osfgets(char *buf, size_t len, osfildef *fp);
|
H A D | os_frob_tads.cpp | 110 char *osfgets(char *buf, size_t count, osfildef *fp) { in osfgets() function
|