OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fillold
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/patch/
pch.c
870
LINENUM
fillold
; /* index of old lines */
local in function:another_hunk
915
fillold
= 1;
916
fillnew =
fillold
+ p_ptrn_lines;
937
while (
fillold
<= p_ptrn_lines || fillnew <= p_end) {
959
p_end =
fillold
- 1;
964
if (
fillold
> p_ptrn_lines) {
969
p_char[
fillold
] = ch;
970
p_line[
fillold
] = s;
971
p_len[
fillold
++] = strlen(s);
972
if (
fillold
> p_ptrn_lines)
[
all
...]
pch.c
870
LINENUM
fillold
; /* index of old lines */
local in function:another_hunk
915
fillold
= 1;
916
fillnew =
fillold
+ p_ptrn_lines;
937
while (
fillold
<= p_ptrn_lines || fillnew <= p_end) {
959
p_end =
fillold
- 1;
964
if (
fillold
> p_ptrn_lines) {
969
p_char[
fillold
] = ch;
970
p_line[
fillold
] = s;
971
p_len[
fillold
++] = strlen(s);
972
if (
fillold
> p_ptrn_lines)
[
all
...]
Completed in 21 milliseconds
Indexes created Sat Oct 11 16:09:52 GMT 2025