Lines Matching refs:n_output
142 int o, n_output;
143 #define SMputc(f,c) { if((o = SFFLSBUF(f,c)) >= 0 ) n_output += 1; \
146 #define SMnputc(f,c,n) { if((o = SFNPUTC(f,c,n)) > 0 ) n_output += 1; \
149 #define SMwrite(f,s,n) { if((o = SFWRITE(f,(Void_t*)s,n)) > 0 ) n_output += o; \
154 #define SFINIT(f) (n_output = 0)
162 #define SFINIT(f) (SFBUF(f), n_output = 0)
163 #define SFEND(f) ((n_output += d - f->next), (f->next = d))
553 { n_output += v;
932 *((Sflong_t*)argv.vp) = (Sflong_t)n_output;
936 *((long*)argv.vp) = (long)n_output;
938 *((short*)argv.vp) = (short)n_output;
940 *((uchar*)argv.vp) = (uchar)n_output;
941 else *((int*)argv.vp) = (int)n_output;
1444 SFMTXRETURN(f, n_output);