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_head
(Results
1 - 3
of
3
) sorted by relevancy
/src/tests/usr.bin/patch/
t_patch.sh
48
lines_head
()
function
/src/external/gpl3/binutils/dist/gas/
codeview.c
46
struct line *
lines_head
, *lines_tail;
member in struct:line_file
233
off = lb->files_head->
lines_head
->frag_offset;
253
while (lf->
lines_head
)
258
l = lf->
lines_head
;
268
lf->
lines_head
= l->next;
507
lf->
lines_head
= lf->lines_tail = NULL;
527
if (!lf->
lines_head
)
528
lf->
lines_head
= l;
/src/external/gpl3/binutils.old/dist/gas/
codeview.c
46
struct line *
lines_head
, *lines_tail;
member in struct:line_file
233
off = lb->files_head->
lines_head
->frag_offset;
253
while (lf->
lines_head
)
258
l = lf->
lines_head
;
268
lf->
lines_head
= l->next;
507
lf->
lines_head
= lf->lines_tail = NULL;
527
if (!lf->
lines_head
)
528
lf->
lines_head
= l;
Completed in 26 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026