Lines Matching refs:nxt
437 char* nxt; /* next line */
484 if (r = bp->nxt)
503 else if (bp->nxt)
508 bp->restore = *bp->nxt;
509 *bp->nxt = 0;
510 if (bp->nxt >= bp->end)
513 bp->nxt = 0;
517 bp->cur = bp->nxt;
518 if (bp->nxt = memchr(bp->nxt + 1, '\n', bp->end - bp->nxt - 1))
519 bp->nxt++;
541 bp->nxt = 0;
573 bp->nxt = 0;
614 bp->nxt = 0;
616 else if (bp->nxt = memchr(bp->cur + 1, '\n', bp->end - bp->cur - 1))
617 bp->nxt++;
625 bp->nxt = 0;