OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:input_lines
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/patch/
common.h
120
extern LINENUM
input_lines
; /* how long is input file in lines */
patch.c
92
LINENUM
input_lines
= 0; /* how long is input file in lines */
variable in typeref:typename:LINENUM
439
input_lines
= 0;
659
LINENUM max_pos_offset =
input_lines
- first_guess - pat_lines + 1;
672
if (first_guess <=
input_lines
&& patch_match(first_guess, 0, fuzz))
992
say("il=%ld lfl=%ld\n",
input_lines
, last_frozen_line);
994
if (
input_lines
)
995
copy_till(
input_lines
, true); /* dump remainder of file */
1043
if (iline ==
input_lines
) {
inp.c
355
input_lines
= iline - 1;
447
input_lines
= i - 1;
470
if (line < 1 || line >
input_lines
) {
Completed in 22 milliseconds
Indexes created Sun Oct 12 05:10:08 GMT 2025