OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:need_newline
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/nvi/dist/ex/
ex_append.c
89
int
need_newline
;
local
218
need_newline
= !F_ISSET(sp, SC_SCR_EXWROTE);
220
if (
need_newline
)
/src/external/bsd/cron/dist/
do_command.c
101
int
need_newline
= FALSE;
local
135
need_newline
= (ch != '\n');
140
if (
need_newline
)
/src/external/gpl3/gcc/dist/gcc/
pretty-print.h
223
#define pp_needs_newline(PP) (PP)->
need_newline
296
bool
need_newline
;
member in class:pretty_printer
/src/external/gpl3/gcc.old/dist/gcc/
pretty-print.h
202
#define pp_needs_newline(PP) (PP)->
need_newline
273
bool
need_newline
;
member in class:pretty_printer
/src/external/bsd/byacc/dist/
reader.c
897
int
need_newline
= 0;
local
916
need_newline
= 0;
930
need_newline
= 1;
940
need_newline
= 1;
947
if (
need_newline
)
957
need_newline
= 1;
Completed in 25 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026