OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_message
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/mail/
fio.c
62
next_message
(struct message *mp)
function
fio.c
62
next_message
(struct message *mp)
function
thread.c
111
for (/*EMPTY*/; mp; mp =
next_message
(mp))
198
next_message
(struct message *mp)
function
225
mp =
next_message
(mp);
380
for (mp = first_message(tp->t_head); mp; mp =
next_message
(mp))
388
for (mp = first_message(tp->t_head); mp; mp =
next_message
(mp))
600
mp =
next_message
(mp);
675
for (tp =
next_message
(mp); tp && tp->m_depth > mp->m_depth; tp =
next_message
(tp))
690
tp =
next_message
(tp);
728
mp; mp =
next_message
(mp)
[
all
...]
thread.c
111
for (/*EMPTY*/; mp; mp =
next_message
(mp))
198
next_message
(struct message *mp)
function
225
mp =
next_message
(mp);
380
for (mp = first_message(tp->t_head); mp; mp =
next_message
(mp))
388
for (mp = first_message(tp->t_head); mp; mp =
next_message
(mp))
600
mp =
next_message
(mp);
675
for (tp =
next_message
(mp); tp && tp->m_depth > mp->m_depth; tp =
next_message
(tp))
690
tp =
next_message
(tp);
728
mp; mp =
next_message
(mp)
[
all
...]
Completed in 34 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026