Searched refs:m_clink (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/usr.bin/mail/ |
H A D | thread.c | 101 mp->m_flink, mp->m_blink, mp->m_clink, mp->m_plink, in show_msg() 144 is_tagged_core(mp->m_clink) == 0) in is_tagged_core() 152 return mp->m_flag & MTAGGED && is_tagged_core(mp->m_clink); in is_tagged() 164 mp->m_plink->m_clink != current_thread.t_head; in has_parent() 176 if (mp->m_clink) in next_message1() 177 return mp->m_clink; in next_message1() 299 (retval = thread_recursion_flist(mp->m_clink, fn, args)) != 0) in thread_recursion_flist() 317 (retval = thread_recursion_flist(mp->m_clink, fn, args)) != 0) in thread_recursion() 351 if (mp->m_clink) in reindex_core() 352 (void)reindex_core(mp->m_clink); in reindex_core() [all …]
|
H A D | format.c | 205 get_and_or_flags(mp->m_clink, flags); in get_and_or_flags() 219 is_thread = mp->m_clink != NULL; in sfmtflag() 229 get_and_or_flags(mp->m_clink, &flags); in sfmtflag()
|
H A D | def.h | 155 struct message *m_clink; /* link to child of this message */ member
|