Searched refs:l_date (Results 1 – 3 of 3) sorted by relevance
242 hl->l_date = NULL; in parse()257 hl->l_date = copyin(cp, &sp); in parse()277 if (hl.l_from == NULL || hl.l_date == NULL) { in ishead()281 if (!isdate(hl.l_date)) { in ishead()
809 if (hl.l_date == NULL) in dateof() 812 else if (hl_date_to_tm(hl.l_date, tm) == NULL || in dateof() 814 warnx("invalid headline date: `%s'", hl.l_date); in dateof()
243 char *l_date; /* The entire date string */ member