Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/patch/
Dpch.c513 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()
[all …]