Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mail/
Dhead.c59 if (hl.l_from == NULL || hl.l_date == NULL) { in ishead()
63 if (!isdate(hl.l_date)) { in ishead()
98 hl->l_date = NULL; in parse()
113 hl->l_date = copyin(cp, &sp); in parse()
Ddef.h154 char *l_date; /* The entire date string */ member
Dcmd1.c237 hl.l_date, mp->m_lines, mp->m_size, vissub); in printhead()