Home | History | Annotate | Download | only in ksh

Lines Matching defs:shell

32  * shell initialization
48 "typeset", "-x", "SHELL", "PATH", "HOME", NULL,
143 /* define shell keywords */
222 /* assign default shell variable values */
389 if (is_restricted(argv[0]) || is_restricted(str_val(global("SHELL"))))
394 "ENV", "SHELL",
413 shell(s, true); /* doesn't return */
457 * If user ^C's out, we don't want to kill the shell...
479 i = shell(s, false);
498 r = shell(s, false);
507 shell(s, toplevel)
537 * top level shell. Kind of strange since
557 internal_errorf(1, "shell: %d", i);
616 /* return to closest error handler or shell(), exit if none found */
688 * Either main shell is exiting or cleanup_parents_env() was called.
691 if (ep->type == E_NONE) { /* Main shell exiting? */
771 /* Returns true if name refers to a restricted shell */