HomeSort by: relevance | last modified time | path
    Searched defs:first_message (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/mail/
thread.c 222 first_message(struct message *mp) function in typeref:struct:message *
342 for (mp = first_message(mp); mp; mp = mp->m_flink) {
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))
727 for (mp = first_message(current_thread.t_head);
1104 for (mp = first_message(current_thread.t_head); mp; mp = next_message(mp))
1725 for (mp = first_message(current_thread.t_head); mp; mp = next_message(mp)) {
thread.c 222 first_message(struct message *mp) function in typeref:struct:message *
342 for (mp = first_message(mp); mp; mp = mp->m_flink) {
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))
727 for (mp = first_message(current_thread.t_head);
1104 for (mp = first_message(current_thread.t_head); mp; mp = next_message(mp))
1725 for (mp = first_message(current_thread.t_head); mp; mp = next_message(mp)) {

Completed in 26 milliseconds