OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_line_missing_eol
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/patch/
common.h
109
extern bool
last_line_missing_eol
;
inp.c
335
last_line_missing_eol
= true;
353
last_line_missing_eol
= false;
406
last_line_missing_eol
= i > 0 && buf[i - 1] != '\n';
407
if (
last_line_missing_eol
&& maxlen == i)
patch.c
75
bool
last_line_missing_eol
;
variable in typeref:typename:bool
976
dump_line(last_frozen_line, !
last_line_missing_eol
);
1050
if (
last_line_missing_eol
) {
Completed in 13 milliseconds
Indexes created Wed Oct 15 14:09:57 GMT 2025