Home
last modified time | relevance | path

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

/dports/mail/heirloom-mailx/mailx-12.4/
H A Dmime.c306 name_highbit(struct name *np) in name_highbit() function
320 if (hp->h_from && name_highbit(hp->h_from)) in need_hdrconv()
328 if (hp->h_replyto && name_highbit(hp->h_replyto)) in need_hdrconv()
332 if (hp->h_sender && name_highbit(hp->h_sender)) in need_hdrconv()
337 if (w & GTO && name_highbit(hp->h_to)) in need_hdrconv()
339 if (w & GCC && name_highbit(hp->h_cc)) in need_hdrconv()
341 if (w & GBCC && name_highbit(hp->h_bcc)) in need_hdrconv()