Searched refs:blaze822 (Results 1 – 14 of 14) sorted by relevance
39 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()
47 struct message *msg = blaze822(file); in addr()
15 struct message *blaze822(char *file); // just header
38 struct message *config = blaze822(f); in main()
42 msg = blaze822(file); in export()
197 msg = blaze822(file); in header()
320 struct message *msg = blaze822(file); in oneline()600 struct message *config = blaze822(f); in main()
28 msort mthread : blaze822.o mymemmem.o mytimegm.o
167 struct message *msg = blaze822(filename); in magrep()
709 msg = blaze822(file); in show()849 filters = blaze822(f); in main()
91 * blaze822.h: ensure PATH_MAX is defined
1019 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()
135 msg = blaze822(file); in thread()
424 blaze822(char *file) in blaze822() function