Searched refs:fillnew (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/usr.bin/patch/
H A Dpch.c871 LINENUM fillnew; /* index of new lines */ local
916 fillnew = fillold + p_ptrn_lines;
917 p_end = fillnew + p_repl_lines;
928 p_line[fillnew] = savestr(buf);
933 p_char[fillnew++] = '=';
937 while (fillold <= p_ptrn_lines || fillnew <= p_end) {
942 if (p_max - fillnew < 3) {
957 while (--fillnew > p_ptrn_lines)
958 free(p_line[fillnew]);
966 p_end = fillnew
[all...]

Completed in 101 milliseconds