OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:filldst
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/patch/
pch.c
513
LINENUM
filldst
; /* index of first missing line */
local in function:another_hunk
539
filldst
= 0;
641
filldst
= 1;
805
filldst
= repl_beginning + 1;
811
while (
filldst
< p_end) {
812
p_line[
filldst
] = p_line[
filldst
+ 1];
813
p_char[
filldst
] = p_char[
filldst
+ 1];
814
p_len[
filldst
] = p_len[filldst + 1]
[
all
...]
pch.c
513
LINENUM
filldst
; /* index of first missing line */
local in function:another_hunk
539
filldst
= 0;
641
filldst
= 1;
805
filldst
= repl_beginning + 1;
811
while (
filldst
< p_end) {
812
p_line[
filldst
] = p_line[
filldst
+ 1];
813
p_char[
filldst
] = p_char[
filldst
+ 1];
814
p_len[
filldst
] = p_len[filldst + 1]
[
all
...]
Completed in 24 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025