Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dfcin.h32 typedef struct _fcin struct
34 Sfio_t *_fcfile; /* input file pointer */
35 unsigned char *fcbuff; /* pointer to input buffer */
36 unsigned char *fclast; /* pointer to end of input buffer */
37 unsigned char *fcptr; /* pointer to next input char */
38 unsigned char fcchar; /* saved character */
39 void (*fcfun)(Sfio_t*,const char*,int,void*); /* advance function */
40 void *context; /* context pointer */
41 int fcleft; /* for multibyte boundary */
42 Sfoff_t fcoff; /* offset for last read */