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

  /src/usr.bin/mail/
thread.c 668 struct message *nextmp; local in function:flattencmd_core
679 nextmp = NULL;
681 nextmp = tp;
700 marray[i - 1]->m_flink = nextmp;
701 if (nextmp)
702 nextmp->m_blink = marray[i - 1];
thread.c 668 struct message *nextmp; local in function:flattencmd_core
679 nextmp = NULL;
681 nextmp = tp;
700 marray[i - 1]->m_flink = nextmp;
701 if (nextmp)
702 nextmp->m_blink = marray[i - 1];

Completed in 27 milliseconds