Home
last modified time | relevance | path

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

/dports/graphics/xaos/XaoS-release-4.2.1/src/util/
H A Dcatalog.cpp136 while ((c = xio_getc(f)) != '\n' && c != XIO_EOF) in load_catalog()
143 if (c == XIO_EOF) { in load_catalog()
168 while (c != '\n' && c != ' ' && c != '\t' && c != XIO_EOF); in load_catalog()
176 while ((c = xio_getc(f)) != '\n' && c != XIO_EOF) in load_catalog()
183 if (c == XIO_EOF) { in load_catalog()
224 } while (c != '"' && c != XIO_EOF); in load_catalog()
226 if (c == XIO_EOF) { in load_catalog()
H A Dxstring.cpp48 return XIO_EOF; in sputc()
65 return XIO_EOF; in sputs()
88 return XIO_EOF; in sgetc()
/dports/graphics/xaos/XaoS-release-4.2.1/src/ui-hlp/
H A Dplay.cpp452 c = XIO_EOF + 1; in skipblank()
458 c == XIO_EOF + 1); in skipblank()
459 if (c != XIO_EOF) in skipblank()
493 if (c == XIO_EOF || c == 0) { in gettoken()
516 if (c == XIO_EOF || c == 0) { in gettoken()
543 if (c == XIO_EOF || c == 0) { in gettoken()
H A Dsave.cpp19 ((xio_puts(s, uih->savec->file) == XIO_EOF) ? outputerror(uih), 1 : 0)
21 ((xio_putc(s, uih->savec->file) == XIO_EOF) ? outputerror(uih), 1 : 0)
/dports/graphics/xaos/XaoS-release-4.2.1/src/include/
H A Dxio.h54 #define XIO_EOF EOF macro
/dports/net/socat/socat-1.7.4.2/
H A Dxio.h330 #define XIO_EOF(s) (XIO_RDSTREAM(s)->eof && !XIO_RDSTREAM(s)->ignoreeof) macro