OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_line_start
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
input.cc
707
char *
next_line_start
= NULL;
local
721
next_line_start
= line_end + 1;
749
next_line_start
= line_end + 1;
803
if (
next_line_start
)
804
m_line_start_idx =
next_line_start
- m_data;
/src/external/gpl3/gcc.old/dist/gcc/
input.cc
672
char *
next_line_start
= NULL;
local
687
next_line_start
= line_end + 1;
707
next_line_start
= line_end + 1;
762
if (
next_line_start
)
763
m_line_start_idx =
next_line_start
- m_data;
Completed in 35 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026