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