OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:buf_anchor
(Results
1 - 2
of
2
) sorted by relevancy
/src/distrib/utils/more/
ch.c
73
* most- to least-recently used. The circular list is anchored by
buf_anchor
.
75
#define END_OF_CHAIN ((struct buf *)&
buf_anchor
)
76
#define buf_head
buf_anchor
.next
77
#define buf_tail
buf_anchor
.prev
81
}
buf_anchor
= { END_OF_CHAIN, END_OF_CHAIN };
variable in typeref:struct:__anon51549d2b0108
ch.c
73
* most- to least-recently used. The circular list is anchored by
buf_anchor
.
75
#define END_OF_CHAIN ((struct buf *)&
buf_anchor
)
76
#define buf_head
buf_anchor
.next
77
#define buf_tail
buf_anchor
.prev
81
}
buf_anchor
= { END_OF_CHAIN, END_OF_CHAIN };
variable in typeref:struct:__anon51549d2b0108
Completed in 24 milliseconds
Indexes created Mon Sep 29 18:09:42 GMT 2025