OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_blink
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/mail/
thread.c
101
mp->m_flink, mp->
m_blink
, mp->m_clink, mp->m_plink,
191
if (S_IS_EXPOSE(state) && mp->
m_blink
== NULL && has_parent(mp))
194
return mp->
m_blink
;
339
assert(mp->
m_blink
== NULL);
343
assert(mp->m_flink == NULL || mp == mp->m_flink->
m_blink
);
344
assert(mp->
m_blink
== NULL || mp == mp->
m_blink
->m_flink);
369
assert(mp->
m_blink
== NULL);
395
assert(mp->
m_blink
== NULL);
401
assert(mp->m_flink == NULL || mp == mp->m_flink->
m_blink
);
[
all
...]
def.h
154
struct message *
m_blink
; /* link to previous message */
member in struct:message
Completed in 12 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025