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

/ast/src/lib/libast/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;
310 int fmt, flags, dot, n_assign, v, n, n_input; local
343 #define SFend(f) ((n_input += SFlen(f)), \
361 n_assign = n_input = 0; inp = -1;
690 { n_input
[all...]

Completed in 12 milliseconds