HomeSort by: relevance | last modified time | path
    Searched refs:m_flink (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/mail/
thread.c 101 mp->m_flink, mp->m_blink, mp->m_clink, mp->m_plink,
142 for (/*EMPTY*/; mp; mp = mp->m_flink)
174 return mp->m_flink;
179 while (mp->m_flink == NULL && has_parent(mp))
182 return mp->m_flink;
295 for (/*EMPTY*/; mp; mp = mp->m_flink) {
342 for (mp = first_message(mp); mp; mp = mp->m_flink) {
343 assert(mp->m_flink == NULL || mp == mp->m_flink->m_blink);
344 assert(mp->m_blink == NULL || mp == mp->m_blink->m_flink);
    [all...]
def.h 153 struct message *m_flink; /* link to next message */ member in struct:message
format.c 200 for (/*EMPTY*/; mp; mp = mp->m_flink) {

Completed in 13 milliseconds