Searched defs:n_input (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfvscanf.c68 int n_input;/* number of input bytes processed */ member in struct:_scan_s
75 (sc)->peek = peek, (sc)->n_input = n_input)
79 peek = (sc)->peek, n_input = (sc)->n_input)
103 { sc->n_input += sc->d - sc->data;
312 int fmt, flags, dot, n_assign, v, n, n_input; local
345 #define SFend(f) ((n_input += SFlen(f)), \
363 n_assign = n_input = 0; inp = -1;
693 { n_input
[all...]

Completed in 1073 milliseconds