Home
last modified time | relevance | path

Searched defs:IOSTREAM (Results 1 – 8 of 8) sorted by relevance

/dports/lang/yap/yap-6.2.2/H/
H A Dyapio.h113 typedef struct IOSTREAM { struct
114 int check;
115 int fd; /* file descriptor */
116 int flags;
117 int cnt;
118 int buflen;
119 char buf[2];
120 char *ptr;
121 char *base;
122 int (*close)(int fd); /* close file */
[all …]
/dports/graphics/jgraph/jgraph-8.3_1/
H A Dtoken.c46 static FILE *IOSTREAM; variable
/dports/lang/yap/yap-6.2.2/packages/pyswip/pyswip/
H A Dcore.py556 class IOSTREAM(Structure): class
/dports/lang/yap/yap-6.2.2/packages/PLStream/
H A Dpl-stream.h197 } IOSTREAM; typedef
/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A DSWI-Stream.h229 } IOSTREAM; typedef
/dports/lang/yap/yap-6.2.2/include/
H A DSWI-Stream.h170 } IOSTREAM; typedef
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/h/
H A Dstream.h232 } IOSTREAM; typedef
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dmarkdown.cpp68 #define IOSTREAM stdout macro