Functions | Variables
eusstream.c File Reference

Go to the source code of this file.

Functions

int closestream (pointer s)
 
static int 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]
 

Function Documentation

int closestream ( pointer  s)

Definition at line 53 of file eusstream.c.

static int fillstream ( pointer  s)
static

Definition at line 71 of file eusstream.c.

int flushstream ( pointer  s)

Definition at line 159 of file eusstream.c.

pointer openfile ( context ctx,
char *  fname,
int  dir,
int  acsmode,
int  size 
)

Definition at line 30 of file eusstream.c.

int readch ( pointer  s)

Definition at line 114 of file eusstream.c.

int unreadch ( pointer  s,
int  ch 
)

Definition at line 138 of file eusstream.c.

int writech ( pointer  s,
byte  ch 
)

Definition at line 204 of file eusstream.c.

int writestr ( pointer  s,
byte mes,
int  len 
)

Definition at line 218 of file eusstream.c.

Variable Documentation

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.



euslisp
Author(s): Toshihiro Matsui
autogenerated on Fri Feb 21 2020 03:20:54