HomeSort by: relevance | last modified time | path
    Searched defs:headline (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/mail/
format.c 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]; local in function:dateof
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)
    [all...]
list.c 718 * Check the headline for the pattern.
724 char headline[LINESIZE]; local in function:matchfrom
730 (void)readline(setinput(mp), headline, (int)sizeof(headline), 0);
731 field = savestr(headline);
def.h 240 struct headline { struct

Completed in 51 milliseconds