Home
last modified time | relevance | path

Searched refs:file_eof_p (Results 1 – 1 of 1) sorted by relevance

/dports/lang/fth/fth-1.4.1/src/
H A Dio.c153 static int file_eof_p(void *);
627 file_eof_p(void *ptr) in file_eof_p() function
700 FTH_IO_OBJECT(io)->eof_p = file_eof_p; in make_file_io()
757 FTH_IO_OBJECT(io)->eof_p = file_eof_p; in fth_io_popen()