OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lines_tail
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/
codeview.c
46
struct line *lines_head, *
lines_tail
;
member in struct:line_file
507
lf->lines_head = lf->
lines_tail
= NULL;
530
lf->
lines_tail
->next = l;
532
lf->
lines_tail
= l;
/src/external/gpl3/binutils.old/dist/gas/
codeview.c
46
struct line *lines_head, *
lines_tail
;
member in struct:line_file
507
lf->lines_head = lf->
lines_tail
= NULL;
530
lf->
lines_tail
->next = l;
532
lf->
lines_tail
= l;
Completed in 23 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026