Home
last modified time | relevance | path

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

/freebsd/usr.bin/mail/
H A Dhead.c55 if (hl.l_date == NULL) { in ishead()
59 if (!isdate(hl.l_date)) { in ishead()
94 hl->l_date = NULL; in parse()
105 hl->l_date = copyin(cp, &sp); in parse()
116 hl->l_date = copyin(cp, &sp); in parse()
H A Dcmd1.c195 curind, dispc, mesg, name, hl.l_date, wcount); in printhead()
198 curind, dispc, mesg, name, hl.l_date, wcount, in printhead()
H A Ddef.h149 char *l_date; /* The entire date string */ member