| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  | /* flags.c -- Everything about flags except the `set' command.  That
 | 
					
						
							|  |  |  |    is in builtins.c */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  | /* Copyright (C) 1987-2009 Free Software Foundation, Inc.
 | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  |    This file is part of GNU Bash, the Bourne Again SHell. | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  |    Bash is free software: you can redistribute it and/or modify | 
					
						
							|  |  |  |    it under the terms of the GNU General Public License as published by | 
					
						
							|  |  |  |    the Free Software Foundation, either version 3 of the License, or | 
					
						
							|  |  |  |    (at your option) any later version. | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  |    Bash is distributed in the hope that it will be useful, | 
					
						
							|  |  |  |    but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
					
						
							|  |  |  |    GNU General Public License for more details. | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  |    You should have received a copy of the GNU General Public License | 
					
						
							|  |  |  |    along with Bash.  If not, see <http://www.gnu.org/licenses/>.
 | 
					
						
							|  |  |  | */ | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | #include "config.h"
 | 
					
						
							|  |  |  | #if defined (HAVE_UNISTD_H)
 | 
					
						
							|  |  |  | #  include <unistd.h>
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | #include "shell.h"
 | 
					
						
							|  |  |  | #include "flags.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | #if defined (BANG_HISTORY)
 | 
					
						
							|  |  |  | #  include "bashhist.h"
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | #if defined (JOB_CONTROL)
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | extern int set_job_control __P((int)); | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | #if defined (RESTRICTED_SHELL)
 | 
					
						
							|  |  |  | extern char *shell_name; | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | extern int shell_initialized; | 
					
						
							| 
									
										
										
										
											2014-02-26 09:36:43 -05:00
										 |  |  | extern int builtin_ignoring_errexit; | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | /* -c, -s invocation options -- not really flags, but they show up in $- */ | 
					
						
							|  |  |  | extern int want_pending_command, read_from_stdin; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  | /* **************************************************************** */ | 
					
						
							|  |  |  | /*								    */ | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  | /*			The Standard sh Flags.			    */ | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  | /*								    */ | 
					
						
							|  |  |  | /* **************************************************************** */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Non-zero means automatically mark variables which are modified or created
 | 
					
						
							|  |  |  |    as auto export variables. */ | 
					
						
							|  |  |  | int mark_modified_vars = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Non-zero causes asynchronous job notification.  Otherwise, job state
 | 
					
						
							|  |  |  |    notification only takes place just before a primary prompt is printed. */ | 
					
						
							|  |  |  | int asynchronous_notification = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Non-zero means exit immediately if a command exits with a non-zero
 | 
					
						
							| 
									
										
										
										
											2014-02-26 09:36:43 -05:00
										 |  |  |    exit status.  The first is what controls set -e; the second is what | 
					
						
							|  |  |  |    bash uses internally. */ | 
					
						
							|  |  |  | int errexit_flag = 0; | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  | int exit_immediately_on_error = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Non-zero means disable filename globbing. */ | 
					
						
							|  |  |  | int disallow_filename_globbing = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Non-zero means that all keyword arguments are placed into the environment
 | 
					
						
							|  |  |  |    for a command, not just those that appear on the line before the command | 
					
						
							|  |  |  |    name. */ | 
					
						
							|  |  |  | int place_keywords_in_env = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | /* Non-zero means read commands, but don't execute them.  This is useful
 | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  |    for debugging shell scripts that should do something hairy and possibly | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  |    destructive. */ | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  | int read_but_dont_execute = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Non-zero means end of file is after one command. */ | 
					
						
							|  |  |  | int just_one_command = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Non-zero means don't overwrite existing files while doing redirections. */ | 
					
						
							|  |  |  | int noclobber = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Non-zero means trying to get the value of $i where $i is undefined
 | 
					
						
							|  |  |  |    causes an error, instead of a null substitution. */ | 
					
						
							|  |  |  | int unbound_vars_is_error = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Non-zero means type out input lines after you read them. */ | 
					
						
							|  |  |  | int echo_input_at_read = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Non-zero means type out the command definition after reading, but
 | 
					
						
							|  |  |  |    before executing. */ | 
					
						
							|  |  |  | int echo_command_at_execute = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Non-zero means turn on the job control features. */ | 
					
						
							|  |  |  | int jobs_m_flag = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Non-zero means this shell is interactive, even if running under a
 | 
					
						
							|  |  |  |    pipe. */ | 
					
						
							|  |  |  | int forced_interactive = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* By default, follow the symbolic links as if they were real directories
 | 
					
						
							|  |  |  |    while hacking the `cd' command.  This means that `cd ..' moves up in | 
					
						
							|  |  |  |    the string of symbolic links that make up the current directory, instead | 
					
						
							|  |  |  |    of the absolute directory.  The shell variable `nolinks' also controls | 
					
						
							|  |  |  |    this flag. */ | 
					
						
							|  |  |  | int no_symbolic_links = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* **************************************************************** */ | 
					
						
							|  |  |  | /*								    */ | 
					
						
							|  |  |  | /*		     Non-Standard Flags Follow Here.		    */ | 
					
						
							|  |  |  | /*								    */ | 
					
						
							|  |  |  | /* **************************************************************** */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | #if 0
 | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  | /* Non-zero means do lexical scoping in the body of a FOR command. */ | 
					
						
							|  |  |  | int lexical_scoping = 0; | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Non-zero means no such thing as invisible variables. */ | 
					
						
							|  |  |  | int no_invisible_vars = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | /* Non-zero means look up and remember command names in a hash table, */ | 
					
						
							|  |  |  | int hashing_enabled = 1; | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | #if defined (BANG_HISTORY)
 | 
					
						
							|  |  |  | /* Non-zero means that we are doing history expansion.  The default.
 | 
					
						
							|  |  |  |    This means !22 gets the 22nd line of history. */ | 
					
						
							| 
									
										
										
										
											2014-02-26 09:36:43 -05:00
										 |  |  | #  if defined (STRICT_POSIX)
 | 
					
						
							|  |  |  | int history_expansion = 0; | 
					
						
							|  |  |  | #  else
 | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  | int history_expansion = 1; | 
					
						
							| 
									
										
										
										
											2014-02-26 09:36:43 -05:00
										 |  |  | #  endif
 | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  | #endif /* BANG_HISTORY */
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Non-zero means that we allow comments to appear in interactive commands. */ | 
					
						
							|  |  |  | int interactive_comments = 1; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined (RESTRICTED_SHELL)
 | 
					
						
							|  |  |  | /* Non-zero means that this shell is `restricted'.  A restricted shell
 | 
					
						
							|  |  |  |    disallows: changing directories, command or path names containing `/', | 
					
						
							|  |  |  |    unsetting or resetting the values of $PATH and $SHELL, and any type of | 
					
						
							|  |  |  |    output redirection. */ | 
					
						
							| 
									
										
										
										
											1999-02-19 17:11:39 +00:00
										 |  |  | int restricted = 0;		/* currently restricted */ | 
					
						
							|  |  |  | int restricted_shell = 0;	/* shell was started in restricted mode. */ | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  | #endif /* RESTRICTED_SHELL */
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Non-zero means that this shell is running in `privileged' mode.  This
 | 
					
						
							| 
									
										
										
										
											1997-09-22 20:22:27 +00:00
										 |  |  |    is required if the shell is to run setuid.  If the `-p' option is | 
					
						
							|  |  |  |    not supplied at startup, and the real and effective uids or gids | 
					
						
							|  |  |  |    differ, disable_priv_mode is called to relinquish setuid status. */ | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  | int privileged_mode = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | #if defined (BRACE_EXPANSION)
 | 
					
						
							|  |  |  | /* Zero means to disable brace expansion: foo{a,b} -> fooa foob */ | 
					
						
							|  |  |  | int brace_expansion = 1; | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | /* Non-zero means that shell functions inherit the DEBUG trap. */ | 
					
						
							|  |  |  | int function_trace_mode = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Non-zero means that shell functions inherit the ERR trap. */ | 
					
						
							|  |  |  | int error_trace_mode = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Non-zero means that the rightmost non-zero exit status in a pipeline
 | 
					
						
							|  |  |  |    is the exit status of the entire pipeline.  If each processes exits | 
					
						
							|  |  |  |    with a 0 status, the status of the pipeline is 0. */ | 
					
						
							|  |  |  | int pipefail_opt = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  | /* **************************************************************** */ | 
					
						
							|  |  |  | /*								    */ | 
					
						
							|  |  |  | /*			The Flags ALIST.			    */ | 
					
						
							|  |  |  | /*								    */ | 
					
						
							|  |  |  | /* **************************************************************** */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  | const struct flags_alist shell_flags[] = { | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  |   /* Standard sh flags. */ | 
					
						
							|  |  |  |   { 'a', &mark_modified_vars }, | 
					
						
							|  |  |  | #if defined (JOB_CONTROL)
 | 
					
						
							|  |  |  |   { 'b', &asynchronous_notification }, | 
					
						
							|  |  |  | #endif /* JOB_CONTROL */
 | 
					
						
							| 
									
										
										
										
											2014-02-26 09:36:43 -05:00
										 |  |  |   { 'e', &errexit_flag }, | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  |   { 'f', &disallow_filename_globbing }, | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  |   { 'h', &hashing_enabled }, | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  |   { 'i', &forced_interactive }, | 
					
						
							|  |  |  |   { 'k', &place_keywords_in_env }, | 
					
						
							|  |  |  | #if defined (JOB_CONTROL)
 | 
					
						
							|  |  |  |   { 'm', &jobs_m_flag }, | 
					
						
							|  |  |  | #endif /* JOB_CONTROL */
 | 
					
						
							|  |  |  |   { 'n', &read_but_dont_execute }, | 
					
						
							|  |  |  |   { 'p', &privileged_mode }, | 
					
						
							|  |  |  | #if defined (RESTRICTED_SHELL)
 | 
					
						
							|  |  |  |   { 'r', &restricted }, | 
					
						
							|  |  |  | #endif /* RESTRICTED_SHELL */
 | 
					
						
							|  |  |  |   { 't', &just_one_command }, | 
					
						
							|  |  |  |   { 'u', &unbound_vars_is_error }, | 
					
						
							|  |  |  |   { 'v', &echo_input_at_read }, | 
					
						
							|  |  |  |   { 'x', &echo_command_at_execute }, | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* New flags that control non-standard things. */ | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | #if 0
 | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  |   { 'l', &lexical_scoping }, | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | #if defined (BRACE_EXPANSION)
 | 
					
						
							|  |  |  |   { 'B', &brace_expansion }, | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  |   { 'C', &noclobber }, | 
					
						
							|  |  |  |   { 'E', &error_trace_mode }, | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  | #if defined (BANG_HISTORY)
 | 
					
						
							|  |  |  |   { 'H', &history_expansion }, | 
					
						
							|  |  |  | #endif /* BANG_HISTORY */
 | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  |   { 'I', &no_invisible_vars }, | 
					
						
							|  |  |  |   { 'P', &no_symbolic_links }, | 
					
						
							|  |  |  |   { 'T', &function_trace_mode }, | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  |   {0, (int *)NULL} | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define NUM_SHELL_FLAGS (sizeof (shell_flags) / sizeof (struct flags_alist))
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | char optflags[NUM_SHELL_FLAGS+4] = { '+' }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  | int * | 
					
						
							|  |  |  | find_flag (name) | 
					
						
							|  |  |  |      int name; | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  |   int i; | 
					
						
							|  |  |  |   for (i = 0; shell_flags[i].name; i++) | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  |     { | 
					
						
							|  |  |  |       if (shell_flags[i].name == name) | 
					
						
							|  |  |  | 	return (shell_flags[i].value); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   return (FLAG_UNKNOWN); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Change the state of a flag, and return it's original value, or return
 | 
					
						
							| 
									
										
										
										
											1998-04-17 19:52:44 +00:00
										 |  |  |    FLAG_ERROR if there is no flag FLAG.  ON_OR_OFF must be either | 
					
						
							|  |  |  |    FLAG_ON or FLAG_OFF. */ | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  | int | 
					
						
							|  |  |  | change_flag (flag, on_or_off) | 
					
						
							|  |  |  |   int flag; | 
					
						
							|  |  |  |   int on_or_off; | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  |   int *value, old_value; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  | #if defined (RESTRICTED_SHELL)
 | 
					
						
							|  |  |  |   /* Don't allow "set +r" in a shell which is `restricted'. */ | 
					
						
							|  |  |  |   if (restricted && flag == 'r' && on_or_off == FLAG_OFF) | 
					
						
							|  |  |  |     return (FLAG_ERROR); | 
					
						
							|  |  |  | #endif /* RESTRICTED_SHELL */
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  |   value = find_flag (flag); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-04-17 19:52:44 +00:00
										 |  |  |   if ((value == (int *)FLAG_UNKNOWN) || (on_or_off != FLAG_ON && on_or_off != FLAG_OFF)) | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  |     return (FLAG_ERROR); | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   old_value = *value; | 
					
						
							| 
									
										
										
										
											1998-04-17 19:52:44 +00:00
										 |  |  |   *value = (on_or_off == FLAG_ON) ? 1 : 0; | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   /* Special cases for a few flags. */ | 
					
						
							|  |  |  |   switch (flag) | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | #if defined (BANG_HISTORY)
 | 
					
						
							|  |  |  |     case 'H': | 
					
						
							|  |  |  |       if (on_or_off == FLAG_ON) | 
					
						
							|  |  |  | 	bash_initialize_history (); | 
					
						
							|  |  |  |       break; | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  | #if defined (JOB_CONTROL)
 | 
					
						
							|  |  |  |     case 'm': | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  |       set_job_control (on_or_off == FLAG_ON); | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  |       break; | 
					
						
							|  |  |  | #endif /* JOB_CONTROL */
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-02-26 09:36:43 -05:00
										 |  |  |     case 'e': | 
					
						
							|  |  |  |       if (builtin_ignoring_errexit == 0) | 
					
						
							|  |  |  | 	exit_immediately_on_error = errexit_flag; | 
					
						
							|  |  |  |       break; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  |     case 'n': | 
					
						
							|  |  |  |       if (interactive_shell) | 
					
						
							|  |  |  | 	read_but_dont_execute = 0; | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  |       break; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  |     case 'p': | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  |       if (on_or_off == FLAG_OFF) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 	disable_priv_mode (); | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  |       break; | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | #if defined (RESTRICTED_SHELL)
 | 
					
						
							|  |  |  |     case 'r': | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  |       if (on_or_off == FLAG_ON && shell_initialized) | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | 	maybe_make_restricted (shell_name); | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  |       break; | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  |     } | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  |   return (old_value); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Return a string which is the names of all the currently
 | 
					
						
							|  |  |  |    set shell flags. */ | 
					
						
							|  |  |  | char * | 
					
						
							|  |  |  | which_set_flags () | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  |   char *temp; | 
					
						
							|  |  |  |   int i, string_index; | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  |   temp = (char *)xmalloc (1 + NUM_SHELL_FLAGS + read_from_stdin + want_pending_command); | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  |   for (i = string_index = 0; shell_flags[i].name; i++) | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  |     if (*(shell_flags[i].value)) | 
					
						
							|  |  |  |       temp[string_index++] = shell_flags[i].name; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  |   if (want_pending_command) | 
					
						
							|  |  |  |     temp[string_index++] = 'c'; | 
					
						
							|  |  |  |   if (read_from_stdin) | 
					
						
							|  |  |  |     temp[string_index++] = 's'; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-08-26 18:22:31 +00:00
										 |  |  |   temp[string_index] = '\0'; | 
					
						
							|  |  |  |   return (temp); | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | void | 
					
						
							|  |  |  | reset_shell_flags () | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |   mark_modified_vars = exit_immediately_on_error = disallow_filename_globbing = 0; | 
					
						
							|  |  |  |   place_keywords_in_env = read_but_dont_execute = just_one_command = 0; | 
					
						
							|  |  |  |   noclobber = unbound_vars_is_error = echo_input_at_read = 0; | 
					
						
							|  |  |  |   echo_command_at_execute = jobs_m_flag = forced_interactive = 0; | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  |   no_symbolic_links = no_invisible_vars = privileged_mode = pipefail_opt = 0; | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   hashing_enabled = interactive_comments = 1; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined (JOB_CONTROL)
 | 
					
						
							|  |  |  |   asynchronous_notification = 0; | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined (BANG_HISTORY)
 | 
					
						
							|  |  |  |   history_expansion = 1; | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined (BRACE_EXPANSION)
 | 
					
						
							|  |  |  |   brace_expansion = 1; | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined (RESTRICTED_SHELL)
 | 
					
						
							|  |  |  |   restricted = 0; | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | void | 
					
						
							|  |  |  | initialize_flags () | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |   register int i; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   for (i = 0; shell_flags[i].name; i++) | 
					
						
							|  |  |  |     optflags[i+1] = shell_flags[i].name; | 
					
						
							|  |  |  |   optflags[++i] = 'o'; | 
					
						
							|  |  |  |   optflags[++i] = ';'; | 
					
						
							|  |  |  |   optflags[i+1] = '\0'; | 
					
						
							|  |  |  | } |