invented routines sigsave/sigret to save and restore signals;
[unix-history] / usr / src / usr.bin / mail / glob.h
index 72f7a46..526b16f 100644 (file)
@@ -4,7 +4,7 @@
  */
 
 /*
  */
 
 /*
- * Sccs Id = "@(#)glob.h       1.2 %G%";
+ * Sccs Id = "@(#)glob.h       1.6 %G%";
  */
 
 int    msgCount;                       /* Count of messages read in */
  */
 
 int    msgCount;                       /* Count of messages read in */
@@ -14,12 +14,15 @@ int sawcom;                         /* Set after first command */
 int    hflag;                          /* Sequence number for network -h */
 char   *rflag;                         /* -r address for network */
 char   nosrc;                          /* Don't source /usr/lib/Mail.rc */
 int    hflag;                          /* Sequence number for network -h */
 char   *rflag;                         /* -r address for network */
 char   nosrc;                          /* Don't source /usr/lib/Mail.rc */
+char   noheader;                       /* Suprress initial header listing */
 int    selfsent;                       /* User sent self something */
 int    senderr;                        /* An error while checking */
 int    edit;                           /* Indicates editing a file */
 int    readonly;                       /* Will be unable to rewrite file */
 int    noreset;                        /* String resets suspended */
 int    sourcing;                       /* Currently reading variant file */
 int    selfsent;                       /* User sent self something */
 int    senderr;                        /* An error while checking */
 int    edit;                           /* Indicates editing a file */
 int    readonly;                       /* Will be unable to rewrite file */
 int    noreset;                        /* String resets suspended */
 int    sourcing;                       /* Currently reading variant file */
+int    shudann;                        /* Print headers when possible */
+int    cond;                           /* Current state of conditional exc. */
 FILE   *itf;                           /* Input temp file buffer */
 FILE   *otf;                           /* Output temp file buffer */
 FILE   *pipef;                         /* Pipe file we have opened */
 FILE   *itf;                           /* Input temp file buffer */
 FILE   *otf;                           /* Output temp file buffer */
 FILE   *pipef;                         /* Pipe file we have opened */
@@ -36,7 +39,7 @@ int   uid;                            /* The invoker's user id */
 char   mailrc[PATHSIZE];               /* Name of startup file */
 char   deadletter[PATHSIZE];           /* Name of #/dead.letter */
 char   homedir[PATHSIZE];              /* Path name of home directory */
 char   mailrc[PATHSIZE];               /* Name of startup file */
 char   deadletter[PATHSIZE];           /* Name of #/dead.letter */
 char   homedir[PATHSIZE];              /* Path name of home directory */
-char   myname[9];                      /* My login id */
+char   myname[PATHSIZE];               /* My login id */
 off_t  mailsize;                       /* Size of system mailbox */
 int    lexnumber;                      /* Number of TNUMBER from scan() */
 char   lexstring[STRINGLEN];           /* String from TSTRING, scan() */
 off_t  mailsize;                       /* Size of system mailbox */
 int    lexnumber;                      /* Number of TNUMBER from scan() */
 char   lexstring[STRINGLEN];           /* String from TSTRING, scan() */