/***********************************************************************
* *
* This software is part of the ast package *
* Copyright (c) 1996-2012 AT&T Intellectual Property *
* and is licensed under the *
* Eclipse Public License, Version 1.0 *
* by AT&T Intellectual Property *
* *
* A copy of the License is available at *
* (with md5 checksum b35adb5213ca9657e911e9befb180842) *
* *
* Information and Software Systems Research *
* AT&T Research *
* Florham Park NJ *
* *
* David Korn <dgk@research.att.com> *
* Jeff Korn <@google.com> *
* *
***********************************************************************/
#pragma prototyped
#include "tksh.h"
static char **av;
static int ac;
{
{
}
if (subshell < 0)
{
sh_trap("tkloop", 0);
return;
}
else if (subshell > 0)
{
TkshSubShell();
return;
}
#ifndef DO_TK
/* sfsetbuf(sfstdout, NULL, 0); */
/* b_tkinit(0, (char **) 0, (void *) 0); */
/* b_tclinit(0, (char **) 0, (void *) 0); */
else
{
}
#else
else
#endif
}
{
}