Search | Google it | Results 1 - 1 of 1 for funcall:COPY (0.00 seconds) |
127: w = len; 128: COPY(w); /* copy MIN(fp->_w,len), */ 129: fp->_w -= w; 133: /* fill and flush */ 134: COPY(w); 135: /* fp->_w -= w; */ /* unneeded */ 146: w = len; 147: COPY(w); 148: fp->_w -= w; 173: if (fp->_p > fp->_bf._base && s > w) { 174: COPY(w); 175: /* fp->_w -= w; */ 184: w = s; 185: COPY(w); 186: fp->_w -= w;