OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Oct 20 05:10:11 GMT 2025