Home | History | Annotate | Download | only in mail

Lines Matching defs:headline

630  * Parse the headline string into a tm structure.  Returns a pointer
639 * The BSD and System V headline date formats differ
727 * In this case we (silently) fall back to the headline time
779 struct headline hl;
780 char headline[LINESIZE];
787 * The headline is written locally so failures here
791 headline[0] = '\0';
792 (void)readline(setinput(mp), headline, (int)sizeof(headline), 0);
793 parse(headline, &hl, pbuf);
795 warnx("invalid headline: `%s'", headline);
799 warnx("invalid headline date: `%s'", hl.l_date);
1029 * then the headline date is used.