Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/packages/PLStream/
H A Dpl-file.c135 #define IO_TELL 0x001 /* opened by tell/1 */ macro
2909 if ( (s = findStreamFromFile(a, IO_TELL)) ) in do_tell()
2921 set(getStreamContext(s), IO_TELL); in do_tell()
/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A Dpl-file.c154 #define IO_TELL 0x001 /* opened by tell/1 */ macro
4083 if ( (s = findStreamFromFile(a, IO_TELL)) ) in do_tell()
4095 set(getStreamContext(s), IO_TELL); in do_tell()