OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_frozen_line
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/patch/
patch.c
125
static LINENUM
last_frozen_line
= 0;
variable in typeref:typename:LINENUM
440
last_frozen_line
= 0;
660
LINENUM max_neg_offset = first_guess -
last_frozen_line
- 1 + pch_context();
863
last_frozen_line
++;
899
last_frozen_line
++;
972
if (
last_frozen_line
> lastline)
974
while (
last_frozen_line
< lastline) {
975
if (++
last_frozen_line
== lastline && endoffile)
976
dump_line(
last_frozen_line
, !last_line_missing_eol);
978
dump_line(
last_frozen_line
, true)
[
all
...]
Completed in 12 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025