Home
last modified time | relevance | path

Searched refs:t_head (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.bin/mail/
H A Dthread.c57 struct message *t_head; /* head of the thread */ member
110 (void)printf("current_thread.t_head=%p\n", current_thread.t_head); in show_thread()
121 (void)printf("current_thread.t_head=%p\n", current_thread.t_head); in thread_showcmd()
164 mp->m_plink->m_clink != current_thread.t_head; in has_parent()
265 return &message_array.t_head[msgnum - 1]; in get_abs_message()
273 i = (int)(mp - message_array.t_head); in next_abs_message()
278 return &message_array.t_head[i + 1]; in next_abs_message()
330 return current_thread.t_head ? current_thread.t_head->m_depth : 0; in thread_depth()
366 if ((mp = tp->t_head) == NULL || mp->m_size == 0) in reindex()
376 i = reindex_core(tp->t_head); in reindex()
[all …]
/netbsd-src/sys/arch/hp300/stand/common/
H A Ddcm.c152 while (tail != (pp->t_head & TX_MASK) && --timo) in dcmputchar()
161 while (tail != (pp->t_head & TX_MASK) && --timo) in dcmputchar()
/netbsd-src/sys/arch/hp300/dev/
H A Ddcm.c1201 head = pp->t_head & TX_MASK; in dcmstart()
1239 if (tp->t_outq.c_cc && head != (pp->t_head & TX_MASK)) { in dcmstart()
1243 head = pp->t_head & TX_MASK; in dcmstart()
1621 while (tail != (pp->t_head & TX_MASK)) in dcmcnputc()
1629 while (tail != (pp->t_head & TX_MASK)) in dcmcnputc()
H A Ddcmreg.h130 vu_char t_head; /* +11 */ member