Go to the source code of this file.
Functions | |
int | closestream (pointer s) |
static | fillstream (pointer s) |
int | flushstream (pointer s) |
pointer | openfile (context *ctx, char *fname, int dir, int acsmode, int size) |
int | readch (pointer s) |
int | unreadch (pointer s, int ch) |
int | writech (pointer s, byte ch) |
int | writestr (pointer s, byte *mes, int len) |
Variables | |
int | ch [MAXTHREAD] |
int | errno |
static char * | rcsid = "@(#)$Id$" |
int | written_count [MAXTHREAD] |
int closestream | ( | pointer | s | ) |
Definition at line 53 of file eusstream.c.
static fillstream | ( | pointer | s | ) | [static] |
Definition at line 71 of file eusstream.c.
int flushstream | ( | pointer | s | ) |
Definition at line 159 of file eusstream.c.
Definition at line 30 of file eusstream.c.
Definition at line 114 of file eusstream.c.
Definition at line 138 of file eusstream.c.
Definition at line 204 of file eusstream.c.
Definition at line 218 of file eusstream.c.
int ch[MAXTHREAD] |
Definition at line 23 of file eusstream.c.
int errno |
char* rcsid = "@(#)$Id$" [static] |
Definition at line 9 of file eusstream.c.
int written_count[MAXTHREAD] |
Definition at line 24 of file eusstream.c.