Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libast/common/sfio/
H A Dsfvscanf.c61 typedef struct _scan_s struct
62 { int error; /* get set by _sfdscan if no value specified */
63 int inp; /* last input character read */
64 int width; /* field width */
65 Sfio_t *f; /* stream being scanned */
66 uchar *d, *endd, *data; /* local buffering system */
67 int peek; /* != 0 if unseekable/share stream */
68 int n_input;/* number of input bytes processed */