Home
last modified time | relevance | path

Searched refs:ignoretab (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.bin/mail/
H A Dextern.h143 int ignore1(char **, struct ignoretab *, const char *);
144 int igshow(struct ignoretab *, const char *);
152 int isign(const char *, struct ignoretab [2]);
169 int member(char *, struct ignoretab *);
201 int save1(char *, int, const char *, struct ignoretab *);
211 int sendmessage(struct message *, FILE *, struct ignoretab *, char *);
H A Dglob.h67 extern struct ignoretab ignore[2]; /* ignored and retained fields
69 extern struct ignoretab saveignore[2]; /* ignored and retained fields
71 extern struct ignoretab ignoreall[2]; /* special, ignore all headers */
H A Dmain.c71 struct ignoretab ignore[2];
73 struct ignoretab saveignore[2];
75 struct ignoretab ignoreall[2];
H A Dcmd2.c151 save1(char str[], int mark, const char *cmd, struct ignoretab *ignore) in save1()
451 ignore1(char **list, struct ignoretab *tab, const char *which) in ignore1()
480 igshow(struct ignoretab *tab, const char *which) in igshow()
H A Dutil.c566 isign(const char *field, struct ignoretab ignore[2]) in isign()
584 member(char *realfield, struct ignoretab *table) in member()
H A Ddef.h219 struct ignoretab { struct
H A Dcollect.c607 struct ignoretab *ig; in forward()
H A Dsend.c49 sendmessage(struct message *mp, FILE *obuf, struct ignoretab *doign, in sendmessage()