Home | History | Annotate | Download | only in mail

Lines Matching defs:EXTERN

43 #ifndef EXTERN
44 #define EXTERN extern
47 EXTERN enum mailmode_e mailmode; /* mode mail is running in */
48 EXTERN int sawcom; /* Set after first command */
49 EXTERN char *Tflag; /* -T temp file for netnews */
50 EXTERN int senderr; /* An error while checking */
51 EXTERN int edit; /* Indicates editing a file */
52 EXTERN int readonly; /* Will be unable to rewrite file */
53 EXTERN int noreset; /* String resets suspended */
54 EXTERN int sourcing; /* Currently reading variant file */
55 EXTERN int loading; /* Loading user definitions */
57 EXTERN FILE *itf; /* Input temp file buffer */
58 EXTERN FILE *otf; /* Output temp file buffer */
59 EXTERN int image; /* File descriptor for image of msg */
60 EXTERN FILE *input; /* Current command input file */
61 EXTERN char mailname[PATHSIZE]; /* Name of current file */
62 EXTERN char displayname[80]; /* Prettyfied for display */
63 EXTERN char prevfile[PATHSIZE]; /* Name of previous file */
64 EXTERN char *tmpdir; /* Path name of temp directory */
65 EXTERN char *homedir; /* Path name of home directory */
66 EXTERN char *origdir; /* Path name of directory we started in */
67 EXTERN char *myname; /* My login name */
68 EXTERN off_t mailsize; /* Size of system mailbox */
69 EXTERN struct message *dot; /* Pointer to current message */
70 EXTERN struct var *variables[HSHSIZE]; /* Pointer to active var list */
71 EXTERN struct grouphead *groups[HSHSIZE];/* Pointer to active groups */
72 EXTERN struct smopts_s *smoptstbl[HSHSIZE];
73 EXTERN struct ignoretab ignore[2]; /* ignored and retained fields
75 EXTERN struct ignoretab saveignore[2]; /* ignored and retained fields
77 EXTERN struct ignoretab bouncetab[2]; /* special for bounce */
78 EXTERN struct ignoretab ignoreall[2]; /* special, ignore all headers */
80 EXTERN struct ignoretab detachall[2]; /* special for detach, do all parts */
81 EXTERN struct ignoretab forwardtab[2]; /* ignore tab used when forwarding */
83 EXTERN char **altnames; /* List of alternate names for user */
84 EXTERN int debug; /* Debug flag set */
85 EXTERN int screenwidth; /* Screen width, or best guess */
86 EXTERN int screenheight; /* Screen height, or best guess,
88 EXTERN int realscreenheight; /* the real screen height */
89 EXTERN int wait_status; /* wait status set by wait_child() */
91 EXTERN int cond; /* Current state of conditional exc. */
92 EXTERN struct cond_stack_s *cond_stack; /* stack for if/else/endif condition */
94 EXTERN struct name *extra_headers; /* extra header lines */