OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p_repl_lines
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/patch/
pch.c
58
static LINENUM
p_repl_lines
; /* # lines in replacement text */
variable in typeref:typename:LINENUM
96
p_repl_lines
= 0;
679
p_repl_lines
= (getlinenum(s)) -
681
if (
p_repl_lines
< 0)
684
p_repl_lines
= 1;
686
p_repl_lines
= 0;
689
if (p_newfirst >= LINENUM_MAX -
p_repl_lines
||
690
p_repl_lines
>= LINENUM_MAX - p_end)
692
p_max =
p_repl_lines
+ p_end;
698
if (
p_repl_lines
!= ptrn_copiable &
[
all
...]
Completed in 11 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025