Lines Matching refs:filldst
513 LINENUM filldst; /* index of first missing line */ in another_hunk() local
539 filldst = 0; in another_hunk()
641 filldst = 1; in another_hunk()
805 filldst = repl_beginning + 1; in another_hunk()
811 while (filldst < p_end) { in another_hunk()
812 p_line[filldst] = p_line[filldst + 1]; in another_hunk()
813 p_char[filldst] = p_char[filldst + 1]; in another_hunk()
814 p_len[filldst] = p_len[filldst + 1]; in another_hunk()
815 filldst++; in another_hunk()
836 p_bfake = filldst; /* remember where not to free() */ in another_hunk()
837 p_efake = filldst + fillcnt - 1; in another_hunk()
844 p_line[filldst] = p_line[fillsrc]; in another_hunk()
845 p_char[filldst] = p_char[fillsrc]; in another_hunk()
846 p_len[filldst] = p_len[fillsrc]; in another_hunk()
848 filldst++; in another_hunk()
856 fillsrc, filldst, repl_beginning, p_end + 1); in another_hunk()
860 if (filldst != p_end + 1 && filldst != repl_beginning) in another_hunk()