Lines Matching refs:shell
373 /* define shell keywords */
430 /* assign default shell variable values */
704 /* track shell-imposed changes */
723 /* track shell-imposed changes */
734 /* track shell-imposed change (might lower surprise) */
758 shell(s, 0);
801 * If user ^Cs out, we don't want to kill the shell...
823 i = shell(s, 1);
833 /* spawn a command into a shell optionally keeping track of the line number */
843 rv = shell(s, 1);
852 shell(Source * volatile s, volatile int level)
899 * top level shell. Kind of strange since
983 /* return to closest error handler or shell(), exit if none found */
1074 * Either main shell is exiting or cleanup_parents_env() was called.
1082 /* Main shell exiting? */
1287 /* A shell error occurred (eg, syntax error, etc.) */
1360 * Used by built-in utilities to prefix shell and utility name to message
1558 * Move fd from user space (0 <= fd < 10) to shell space (fd >= 10),