Home
last modified time | relevance | path

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

/freebsd/usr.bin/patch/
H A Dpch.h49 LINENUM pch_first(void);
H A Dpatch.c708 LINENUM first_guess = pch_first() + last_offset; in locate_hunk()
764 const LINENUM oldfirst = pch_first() + last_offset; in abort_context_hunk()
830 const LINENUM oldfirst = pch_first() + last_offset; in abort_hunk()
H A Dpch.c1361 pch_first(void) in pch_first() function