Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/patch/
Dpch.c54 static LINENUM p_ptrn_lines; /* # lines in pattern */ variable
92 p_ptrn_lines = 0; in re_patch()
586 p_ptrn_lines = ((LINENUM) atol(s)) - p_first + 1; in another_hunk()
588 p_ptrn_lines = 1; in another_hunk()
590 p_ptrn_lines = 0; in another_hunk()
595 p_max = p_ptrn_lines + 6; in another_hunk()
603 (p_end != p_ptrn_lines + 1 + in another_hunk()
611 p_end = p_ptrn_lines + 1; in another_hunk()
614 fillcnt = p_ptrn_lines; in another_hunk()
625 (p_end <= p_ptrn_lines in another_hunk()
[all …]