Lines Matching defs:headline
645 * Parse the headline string into a tm structure. Returns a pointer
654 * The BSD and System V headline date formats differ
742 * In this case we (silently) fall back to the headline time
794 struct headline hl;
795 char headline[LINESIZE];
802 * The headline is written locally so failures here
806 headline[0] = '\0';
807 (void)readline(setinput(mp), headline, (int)sizeof(headline), 0);
808 parse(headline, &hl, pbuf);
810 warnx("invalid headline: `%s'", headline);
814 warnx("invalid headline date: `%s'", hl.l_date);
1044 * then the headline date is used.