Searched defs:headline (Results 1 – 3 of 3) sorted by relevance
28 struct headline { struct29 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 */
122 struct headline { struct123 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 */
145 char headline[LINESIZE], wcount[LINESIZE], *subjline, dispc, curind; local