Home
last modified time | relevance | path

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

/dports/lang/fth/fth-1.4.1/src/
H A Dio.c300 if (fth_io_pos_ref(self) >= 0) in io_inspect()
301 fth_string_sformat(fs, "[%lld]", fth_io_pos_ref(self)); in io_inspect()
362 fth_io_pos_ref(self) == fth_io_pos_ref(obj); in io_equal_p()
2697 fth_io_pos_ref(FTH io) in fth_io_pos_ref() function
2717 pos = fth_io_pos_ref(io); in ficl_io_pos_ref()
H A Dfth.h649 ficl2Integer fth_io_pos_ref(FTH);