Home
last modified time | relevance | path

Searched refs:first_message (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.bin/mail/
H A Dthread.c222 first_message(struct message *mp) in first_message() function
342 for (mp = first_message(mp); mp; mp = mp->m_flink) { in reindex_core()
380 for (mp = first_message(tp->t_head); mp; mp = next_message(mp)) in reindex()
388 for (mp = first_message(tp->t_head); mp; mp = next_message(mp)) in reindex()
727 for (mp = first_message(current_thread.t_head); in flattencmd()
1104 for (mp = first_message(current_thread.t_head); mp; mp = next_message(mp)) in tagbelowcmd()
1725 for (mp = first_message(current_thread.t_head); mp; mp = next_message(mp)) { in deldupscmd()