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

  /src/usr.bin/mail/
thread.c 161 has_parent(struct message *mp) function in typeref:typename:int
179 while (mp->m_flink == NULL && has_parent(mp))
191 if (S_IS_EXPOSE(state) && mp->m_blink == NULL && has_parent(mp))

Completed in 134 milliseconds