OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_line
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps_linux.cc
37
char *
next_line
=
local in function:__sanitizer::MemoryMappingLayout::Next
39
if (
next_line
== 0)
40
next_line
= last;
67
while (data_.current <
next_line
&& *data_.current == ' ') data_.current++;
71
Min((uptr)(
next_line
- data_.current), segment->filename_size - 1);
76
data_.current =
next_line
+ 1;
sanitizer_procmaps_linux.cc
37
char *
next_line
=
local in function:__sanitizer::MemoryMappingLayout::Next
39
if (
next_line
== 0)
40
next_line
= last;
67
while (data_.current <
next_line
&& *data_.current == ' ') data_.current++;
71
Min((uptr)(
next_line
- data_.current), segment->filename_size - 1);
76
data_.current =
next_line
+ 1;
/src/games/hack/
hack.pager.c
266
struct line *
next_line
;
member in struct:cornline::line
293
tl->
next_line
= 0;
299
texttail->
next_line
= tl;
319
for (tl = texthead; tl; tl = tl->
next_line
) {
335
for (tl = texthead; tl; tl = tl->
next_line
) {
350
texthead = tl->
next_line
;
hack.pager.c
266
struct line *
next_line
;
member in struct:cornline::line
293
tl->
next_line
= 0;
299
texttail->
next_line
= tl;
319
for (tl = texthead; tl; tl = tl->
next_line
) {
335
for (tl = texthead; tl; tl = tl->
next_line
) {
350
texthead = tl->
next_line
;
Completed in 22 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025