Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/patch/
Dpch.c53 static LINENUM p_ptrn_lines; /* # lines in pattern */ variable
87 p_ptrn_lines = 0; in re_patch()
598 p_ptrn_lines = strtolinenum(s, &s) - p_first + 1; in another_hunk()
599 if (p_ptrn_lines < 0) in another_hunk()
602 p_ptrn_lines = 1; in another_hunk()
604 p_ptrn_lines = 0; in another_hunk()
607 if (p_first >= LINENUM_MAX - p_ptrn_lines || in another_hunk()
608 p_ptrn_lines >= LINENUM_MAX - 6) in another_hunk()
612 p_max = p_ptrn_lines + 6; in another_hunk()
620 (p_end != p_ptrn_lines + 1 + in another_hunk()
[all …]