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

/freebsd-11-stable/usr.bin/patch/
H A Dpch.c51 static LINENUM p_newfirst; /* 1st line number of replacement */ variable
92 p_newfirst = 0;
710 p_newfirst = strtolinenum(s, &s);
717 p_newfirst + 1;
720 } else if (p_newfirst)
724 p_newfirst = 1;
726 if (p_newfirst >= LINENUM_MAX - p_repl_lines ||
930 p_newfirst = strtolinenum(s, &s);
940 p_newfirst > LINENUM_MAX - p_repl_lines ||
959 snprintf(buf, buf_size, "--- %ld,%ld ----\n", p_newfirst,
[all...]

Completed in 52 milliseconds