Home
last modified time | relevance | path

Searched refs:p_base (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/usr.bin/patch/
Dpch.c65 static LINENUM p_base; /* where to intuit this time */ variable
189 if (p_base != 0L && p_base >= p_filesize) { in there_is_another_patch()
198 if (p_base != 0L) { in there_is_another_patch()
207 (p_base == 0L ? "L" : "The next patch l"), in there_is_another_patch()
261 fseek(pfp, p_base, SEEK_SET); in intuit_diff_type()
417 p_base = file_pos; in next_intuit_at()
429 if (p_base > file_pos) in skip_to()
430 fatal("Internal error: seek %ld>%ld\n", p_base, file_pos); in skip_to()
431 if (verbose && p_base < file_pos) { in skip_to()
432 fseek(pfp, p_base, SEEK_SET); in skip_to()