Home
last modified time | relevance | path

Searched defs:headline (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/mail/
H A Ddef.h151 struct headline { struct
152 char *l_from; /* The name of the sender */
153 char *l_tty; /* His tty string (if any) */
154 char *l_date; /* The entire date string */
H A Dcmd1.c184 char headline[LINESIZE], *subjline, dispc, curind; in printhead() local