Lines Matching refs:bufpos
352 char *bufpos; member
361 lf->bufpos = lf->buffer = lf->buflim = xmalloc (SDIFF_BUFSIZE + 1); in lf_init()
370 lf->bufpos = lf->buffer; in lf_refill()
381 char *start = lf->bufpos; in lf_copy()
385 lf->bufpos = (char *) memchr (lf->bufpos, '\n', lf->buflim - lf->bufpos); in lf_copy()
386 if (! lf->bufpos) in lf_copy()
391 start = lf->bufpos; in lf_copy()
396 ++lf->bufpos; in lf_copy()
400 ck_fwrite (start, lf->bufpos - start, outfile); in lf_copy()
409 lf->bufpos = (char *) memchr (lf->bufpos, '\n', lf->buflim - lf->bufpos); in lf_skip()
410 if (! lf->bufpos) in lf_skip()
418 ++lf->bufpos; in lf_skip()
429 char *start = lf->bufpos; in lf_snarf()
438 lf->bufpos = next + 1; in lf_snarf()