Home
last modified time | relevance | path

Searched refs:hl_tty (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/mailx/
H A Dhead.c90 custr_free(hl->hl_tty); in headline_free()
105 if (custr_alloc(&t->hl_from) != 0 || custr_alloc(&t->hl_tty) != 0 || in headline_alloc()
126 custr_reset(hl->hl_tty); in headline_reset()
/titanic_41/usr/src/cmd/mailx/hdr/
H A Ddef.h214 custr_t *hl_tty; /* His tty string (if any) */ member