OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fillsrc
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/patch/
pch.c
512
LINENUM
fillsrc
; /* index of first line to copy */
local in function:another_hunk
538
fillsrc
= 0;
640
fillsrc
= p_end + 1;
804
fillsrc
= 1;
839
while (
fillsrc
<= p_end && p_char[
fillsrc
] != ' ')
840
fillsrc
++;
841
if (
fillsrc
> p_end)
844
p_line[filldst] = p_line[
fillsrc
];
845
p_char[filldst] = p_char[
fillsrc
];
[
all
...]
pch.c
512
LINENUM
fillsrc
; /* index of first line to copy */
local in function:another_hunk
538
fillsrc
= 0;
640
fillsrc
= p_end + 1;
804
fillsrc
= 1;
839
while (
fillsrc
<= p_end && p_char[
fillsrc
] != ' ')
840
fillsrc
++;
841
if (
fillsrc
> p_end)
844
p_line[filldst] = p_line[
fillsrc
];
845
p_char[filldst] = p_char[
fillsrc
];
[
all
...]
Completed in 52 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025