Couple of new variables...
authorChristos Zoulas <christos@ucbvax.Berkeley.EDU>
Tue, 5 Nov 1991 10:50:27 +0000 (02:50 -0800)
committerChristos Zoulas <christos@ucbvax.Berkeley.EDU>
Tue, 5 Nov 1991 10:50:27 +0000 (02:50 -0800)
SCCS-vsn: bin/csh/csh.h 5.20

usr/src/bin/csh/csh.h

index ce09aed..16c5f89 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)csh.h       5.19 (Berkeley) %G%
+ *     @(#)csh.h       5.20 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -127,6 +127,7 @@ struct rusage ru0;
  * Miscellany
  */
 Char   *doldol;                        /* Character pid for $$ */
  * Miscellany
  */
 Char   *doldol;                        /* Character pid for $$ */
+int    backpid;                /* Pid of the last background process */
 int     uid;                   /* Invokers uid */
 int     gid;                   /* Invokers gid */
 time_t  chktim;                        /* Time mail last checked */
 int     uid;                   /* Invokers uid */
 int     gid;                   /* Invokers gid */
 time_t  chktim;                        /* Time mail last checked */
@@ -404,7 +405,7 @@ struct varent *adrof1();
  */
 struct wordent *alhistp;       /* Argument list (first) */
 struct wordent *alhistt;       /* Node after last in arg list */
  */
 struct wordent *alhistp;       /* Argument list (first) */
 struct wordent *alhistt;       /* Node after last in arg list */
-Char  **alvec                /* The (remnants of) alias vector */
+Char  **alvec, *alvecp;                /* The (remnants of) alias vector */
 
 /*
  * Filename/command name expansion variables
 
 /*
  * Filename/command name expansion variables