diff options
Diffstat (limited to 'usr/src/cmd/csh/sh.exec.c')
-rw-r--r-- | usr/src/cmd/csh/sh.exec.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/usr/src/cmd/csh/sh.exec.c b/usr/src/cmd/csh/sh.exec.c index eee2d16440..06648c9c35 100644 --- a/usr/src/cmd/csh/sh.exec.c +++ b/usr/src/cmd/csh/sh.exec.c @@ -28,6 +28,21 @@ * If there is no search path then we execute only full path names. */ +char xhash[HSHSIZ / 8]; +tchar **Vav; +tchar *Vdp; +tchar *Vsav; + +struct varent aliases; +bool havhash; +static int hits; +static int misses; +short SHOUT; +short SHIN; + +void (*parintr)(); +void (*parterm)(); + /* * As we search for the command we note the first non-trivial error * message for presentation to the user. This allows us often |