Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.bin/mail/
HDhead.c61 if (hl.l_date == NULL) { in ishead()
65 if (!isdate(hl.l_date)) { in ishead()
100 hl->l_date = NULL; in parse()
111 hl->l_date = copyin(cp, &sp); in parse()
122 hl->l_date = copyin(cp, &sp); in parse()
HDcmd1.c201 curind, dispc, mesg, name, hl.l_date, wcount); in printhead()
204 curind, dispc, mesg, name, hl.l_date, wcount, in printhead()
HDdef.h151 char *l_date; /* The entire date string */ member