Lines Matching refs:nextptr
934 char *nextptr = NULL, *nextend = NULL; in grep() local
1304 nextptr = conptrend + 1; in grep()
1386 if (eof && nextptr) in grep()
1426 if (eof && nextptr) { in grep()
1428 nextptr = NULL; in grep()
1507 if (nextptr) { in grep()
1508 (void) memmove(conbuf, nextptr, in grep()
1509 nextend - nextptr + 1); in grep()
1510 blkoffset += nextptr - conptrend - 1; in grep()
1511 conptrend = conptr + (nextend - nextptr); in grep()
1522 nextptr = nextend = NULL; in grep()