Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/mail/
H A Ddef.h149 struct headline { struct
150 char *l_from; /* The name of the sender */
151 char *l_tty; /* His tty string (if any) */
152 char *l_date; /* The entire date string */
H A Dcmd1.c163 char headline[LINESIZE], wcount[LINESIZE], *subjline, dispc, curind; in printhead() local