Home | History | Annotate | Download | only in mail

Lines Matching defs:hl

234 parse(const char line[], struct headline *hl, char pbuf[])
240 hl->l_from = NULL;
241 hl->l_tty = NULL;
242 hl->l_date = NULL;
251 hl->l_from = copyin(word, &sp);
254 hl->l_tty = copyin(word, &sp);
257 hl->l_date = copyin(cp, &sp);
269 struct headline hl;
276 parse(linebuf, &hl, parbuf);
277 if (hl.l_from == NULL || hl.l_date == NULL) {
281 if (!isdate(hl.l_date)) {