Lines Matching refs:restart_point
890 if (restart_point) {
893 (LLT)restart_point);
894 fprintf(ttyout, "restarting at " LLF, (LLT)restart_point);
1168 if (! restart_point) {
1218 if (! restart_point) {
1497 restart_point = 0;
1503 restart_point = sb.st_size;
1516 if (restart_point) {
1517 if (lseek(fetch_fileno(fin), restart_point, SEEK_SET)
1526 if (restart_point)
1528 (LLT)restart_point);
1562 if (restart_point) {
1666 if (restart_point && (
1667 (pi.rangeend != -1 && pi.rangeend <= restart_point) ||
1669 filesize != -1 && filesize <= restart_point))) {
1676 if (restart_point && pi.rangestart != -1) {
1679 if (pi.rangestart != restart_point) {
1866 if (filesize >= 0 && (bytes + restart_point < filesize))