Home
last modified time | relevance | path

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

/csrg-svn/libexec/bugfiler/
H A Dunixtomh.c28 struct headline { struct
29 char *l_from; /* The name of the sender */
30 char *l_tty; /* His tty string (if any) */
31 char *l_date; /* The entire date string */
/csrg-svn/usr.bin/mail/
H A Ddef.h122 struct headline { struct
123 char *l_from; /* The name of the sender */
124 char *l_tty; /* His tty string (if any) */
125 char *l_date; /* The entire date string */
H A Dcmd1.c145 char headline[LINESIZE], wcount[LINESIZE], *subjline, dispc, curind; local