Home
last modified time | relevance | path

Searched defs:osfrb (Results 1 – 4 of 4) sorted by relevance

/dports/games/tads/tads-3.0.8/tads2/glk/
H A Dos_glk.h204 #define osfrb(fp, buf, bufl) (glk_get_buffer_stream(fp, buf, (glui32)bufl) != (glui32)bufl) macro
/dports/games/tads/tads-3.0.8/tads2/
H A Dosunixt.h327 #define osfrb(fp, buf, bufl) (fread(buf, bufl, 1, fp) != 1) macro
/dports/games/scummvm/scummvm-2.5.1/engines/glk/tads/
H A Dos_frob_tads.cpp150 int osfrb(osfildef *fp, void *buf, size_t bufl) { in osfrb() function
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/tads/
H A Dos_frob_tads.cpp150 int osfrb(osfildef *fp, void *buf, size_t bufl) { in osfrb() function