HomeSort by: relevance | last modified time | path
    Searched defs:fillnew (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/patch/
pch.c 871 LINENUM fillnew; /* index of new lines */ local in function:another_hunk
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 - 1
    [all...]

Completed in 24 milliseconds