Go to the source code of this file.
|
| bool | dyio_ioinit (void) |
| |
| void | dyio_ioterm (void) |
| |
| ioid | dyio_openfile (const char *path, const char *mode) |
| |
| bool | dyio_isactive (ioid id) |
| |
| bool | dyio_closefile (ioid id) |
| |
| bool | dyio_setmode (ioid id, char mode) |
| |
| bool | dyio_ttyq (ioid id) |
| |
| bool | dyio_chgerrlog (const char *path, bool echo) |
| |
| const char * | dyio_idtopath (ioid id) |
| |
| ioid | dyio_pathtoid (const char *path, const char *mode) |
| |
| long | dyio_mark (ioid id) |
| |
| bool | dyio_backup (ioid id, long there) |
| |
| bool | dyio_scan (ioid id, const char pattern[], bool rwnd, bool wrap) |
| |
| lex_struct * | dyio_scanlex (ioid id) |
| |
| lex_struct * | dyio_scanstr (ioid id, lexclass stype, int fslen, char qschr, char qechr) |
| |
| void | dyio_flushio (ioid id, bool echo) |
| |
| void | dyio_outfmt (ioid id, bool echo, const char *pattern,...) |
| |
| void | dyio_outchr (ioid id, bool echo, char chr) |
| |
| int | dyio_outfxd (char *buffer, int fldsze, char lcr, const char *pattern,...) |
| |
◆ IOID_NOSTRM
| #define IOID_NOSTRM ((ioid) 0) |
◆ IOID_INV
| #define IOID_INV ((ioid) -1) |
◆ ioid
◆ lexclass
| Enumerator |
|---|
| DY_LCNIL | |
| DY_LCNUM | |
| DY_LCID | |
| DY_LCDEL | |
| DY_LCFS | |
| DY_LCQS | |
| DY_LCEOF | |
| DY_LCERR | |
Definition at line 67 of file dylib_io.h.
◆ dyio_ioinit()
| bool dyio_ioinit |
( |
void |
| ) |
|
|
extern |
◆ dyio_ioterm()
| void dyio_ioterm |
( |
void |
| ) |
|
|
extern |
◆ dyio_openfile()
| ioid dyio_openfile |
( |
const char * |
path, |
|
|
const char * |
mode |
|
) |
| |
|
extern |
◆ dyio_isactive()
◆ dyio_closefile()
◆ dyio_setmode()
| bool dyio_setmode |
( |
ioid |
id, |
|
|
char |
mode |
|
) |
| |
|
extern |
◆ dyio_ttyq()
◆ dyio_chgerrlog()
| bool dyio_chgerrlog |
( |
const char * |
path, |
|
|
bool |
echo |
|
) |
| |
|
extern |
◆ dyio_idtopath()
| const char * dyio_idtopath |
( |
ioid |
id | ) |
|
|
extern |
◆ dyio_pathtoid()
| ioid dyio_pathtoid |
( |
const char * |
path, |
|
|
const char * |
mode |
|
) |
| |
|
extern |
◆ dyio_mark()
| long dyio_mark |
( |
ioid |
id | ) |
|
|
extern |
◆ dyio_backup()
| bool dyio_backup |
( |
ioid |
id, |
|
|
long |
there |
|
) |
| |
|
extern |
◆ dyio_scan()
◆ dyio_scanlex()
◆ dyio_scanstr()
◆ dyio_flushio()
| void dyio_flushio |
( |
ioid |
id, |
|
|
bool |
echo |
|
) |
| |
|
extern |
◆ dyio_outfmt()
| void dyio_outfmt |
( |
ioid |
id, |
|
|
bool |
echo, |
|
|
const char * |
pattern, |
|
|
|
... |
|
) |
| |
◆ dyio_outchr()
| void dyio_outchr |
( |
ioid |
id, |
|
|
bool |
echo, |
|
|
char |
chr |
|
) |
| |
◆ dyio_outfxd()
| int dyio_outfxd |
( |
char * |
buffer, |
|
|
int |
fldsze, |
|
|
char |
lcr, |
|
|
const char * |
pattern, |
|
|
|
... |
|
) |
| |
|
extern |