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

  /src/usr.bin/mail/
thread.c 102 mp->m_depth, mp->m_flag);
325 * this module that the m_depth is known.
330 return current_thread.t_head ? current_thread.t_head->m_depth : 0;
397 (parent != NULL && depth != 0 && depth == parent->m_depth + 1));
405 mp->m_depth = depth;
422 depth = mp->m_plink ? mp->m_plink->m_depth + 1 : 0;
509 if (message_array.t_head[i].m_depth == 0 &&
520 assert(message_array.t_head[i].m_depth != 0 ||
530 message[i].m_depth = 0;
556 if (current_thread.t_head->m_depth == 0
    [all...]
def.h 152 int m_depth; /* depth in thread */ member in struct:message
format.c 156 depth = mp->m_depth;

Completed in 16 milliseconds