Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mailx/
H A Dhead.c77 ret = custr_len(hl->hl_from) > 0 ? B_TRUE : B_FALSE; in is_headline()
89 custr_free(hl->hl_from); in headline_free()
105 if (custr_alloc(&t->hl_from) != 0 || custr_alloc(&t->hl_tty) != 0 || in headline_alloc()
125 custr_reset(hl->hl_from); in headline_reset()
140 if (nextword(c, hl->hl_from, &c) != 0) { in parse_headline()
143 if (strcmp(custr_cstr(hl->hl_from), "From") != 0) { in parse_headline()
147 custr_reset(hl->hl_from); in parse_headline()
152 if (nextword(c, hl->hl_from, &c) != 0) { in parse_headline()
/titanic_41/usr/src/cmd/mailx/hdr/
H A Ddef.h213 custr_t *hl_from; /* The name of the sender */ member