Home
last modified time | relevance | path

Searched refs:blaze822 (Results 1 – 14 of 14) sorted by relevance

/dports/mail/mblaze/mblaze-1.1/
H A Dmsort.c39 struct message *msg = blaze822(file); in fetch_subj()
76 struct message *msg = blaze822(file); in fetch_from()
97 struct message *msg = blaze822(file); in fetch_date()
H A Dmaddr.c47 struct message *msg = blaze822(file); in addr()
H A Dblaze822.h15 struct message *blaze822(char *file); // just header
H A Dmgenmid.c38 struct message *config = blaze822(f); in main()
H A Dmexport.c42 msg = blaze822(file); in export()
H A Dmhdr.c197 msg = blaze822(file); in header()
H A Dmscan.c320 struct message *msg = blaze822(file); in oneline()
600 struct message *config = blaze822(f); in main()
H A DGNUmakefile28 msort mthread : blaze822.o mymemmem.o mytimegm.o
H A Dmagrep.c167 struct message *msg = blaze822(filename); in magrep()
H A Dmshow.c709 msg = blaze822(file); in show()
849 filters = blaze822(f); in main()
H A DNEWS.md91 * blaze822.h: ensure PATH_MAX is defined
H A Dmpick.c1019 if (!(m->msg = blaze822(m->fpath))) { in msg_date()
1038 if (!(m->msg = blaze822(m->fpath))) { in msg_hdr()
1061 if (!(m->msg = blaze822(m->fpath))) { in msg_hdr_addr()
H A Dmthread.c135 msg = blaze822(file); in thread()
H A Dblaze822.c424 blaze822(char *file) in blaze822() function