Searched refs:p_first (Results 1 – 1 of 1) sorted by relevance
49 static LINENUM p_first; /* 1st line number */ variable90 p_first = 0; in re_patch()633 p_first = strtolinenum(s, &s); in another_hunk()640 p_ptrn_lines = strtolinenum(s, &s) - p_first + 1; in another_hunk()643 } else if (p_first) in another_hunk()647 p_first = 1; in another_hunk()649 if (p_first >= LINENUM_MAX - p_ptrn_lines || in another_hunk()852 p_first++; /* do append rather than insert */ in another_hunk()857 (fillcnt || (p_first > 1 && ptrn_copiable > 2 * p_context))) { in another_hunk()915 p_first = strtolinenum(s, &s); in another_hunk()[all …]