OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:saw_newline
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/ld/
deffilep.c
2215
static int
saw_newline
;
variable
2260
saw_newline
= 1;
2936
saw_newline
= 0;
3292
saw_newline
= 1;
3326
while (c != EOF && (c == ' ' || c == '\t') &&
saw_newline
)
3337
if (
saw_newline
&& c == ';')
3350
saw_newline
= 0;
3460
saw_newline
= 1;
/src/external/gpl3/binutils.old/dist/ld/
deffilep.c
2215
static int
saw_newline
;
variable
2261
saw_newline
= 1;
2937
saw_newline
= 0;
3299
saw_newline
= 1;
3333
while (c != EOF && (c == ' ' || c == '\t') &&
saw_newline
)
3344
if (
saw_newline
&& c == ';')
3357
saw_newline
= 0;
3467
saw_newline
= 1;
Completed in 45 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026