Lines Matching full:pos2
566 long pos2;
599 pos2 = pos = ftell (last_open_file);
614 while (pos2 > 0 && ! found)
619 pos2 = (long) size > pos2 ? 0 : pos2 - size;
620 fseek (last_open_file, pos2, SEEK_SET);
644 /* Advance pos2 to the newline character we have just located. */
645 pos2 += (ptr - buffer);
650 ++pos2;
652 ++ pos2;
655 pos2 += (ptr[1] == '\r' ? 2 : 1);
658 fseek (last_open_file, pos2, SEEK_SET);