Searched defs:headline (Results 1 – 2 of 2) sorted by relevance
151 struct headline { struct152 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 */
184 char headline[LINESIZE], *subjline, dispc, curind; in printhead() local