Searched defs:_scan_s (Results 1 – 1 of 1) sorted by relevance
61 typedef struct _scan_s struct62 { 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 */