Searched refs:filldst (Results 1 – 1 of 1) sorted by relevance
487 LINENUM filldst; /* index of first missing line */ in another_hunk() local613 filldst = 1; in another_hunk()774 filldst = repl_beginning + 1; in another_hunk()780 while (filldst < p_end) { in another_hunk()781 p_line[filldst] = p_line[filldst + 1]; in another_hunk()782 p_char[filldst] = p_char[filldst + 1]; in another_hunk()783 p_len[filldst] = p_len[filldst + 1]; in another_hunk()784 filldst++; in another_hunk()805 p_bfake = filldst; /* remember where not to free() */ in another_hunk()806 p_efake = filldst + fillcnt - 1; in another_hunk()[all …]