Searched refs:shell_name (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dshell.c171 char *shell_name = (char *)NULL; variable
427 if (shell_initialized || shell_name)
430 if (*shell_name == '-')
431 shell_name++;
460 this_command_name = shell_name; /* for error reporting */
632 restricted_shell = shell_is_restricted (shell_name);
663 maybe_make_restricted (shell_name);
1326 shell_name = savestring (args->word->word);
1568 shell_name = argv0 ? base_pathname (argv0) : PROGRAM;
1572 if (*shell_name
[all...]
H A Dversion.c33 extern char *shell_name;
H A Dflags.c40 extern char *shell_name;
286 maybe_make_restricted (shell_name);
H A Derror.c55 extern char *shell_name;
115 if (name == 0 && shell_name && *shell_name)
116 name = base_pathname (shell_name);
293 shell_name: input file name: line number: message
H A Dvariables.c94 extern char *shell_name;
644 if ((login_shell == 1) && RELPATH(shell_name))
650 else if (ABSPATH(shell_name))
651 name = savestring (shell_name);
652 else if (shell_name[0] == '.' && shell_name[1] == '/')
662 name = (char *)xmalloc (len + strlen (shell_name) + 1);
664 strcpy (name + len, shell_name + 1);
667 name = savestring (shell_name);
674 tname = find_user_command (shell_name);
[all...]
H A Dexecute_cmd.c106 extern char *the_printed_command, *shell_name;
4043 args[0] = shell_name;
4057 /* Can't free subshell_argv[0]; that is shell_name. */
H A Djobs.c150 extern char *shell_name, *this_command_name;
H A Dparse.y121 extern char *shell_name, *current_host_name;
4179 temp = base_pathname (shell_name);
/macosx-10.10.1/groff-38/groff/src/roff/groff/
H A Dpipeline.c142 const char *shell_name; local
150 if ((shell_name = getenv("SHELL")) != NULL)
153 shell_name = sh;
154 else if ((shell_name = getenv("COMSPEC")) != NULL)
157 shell_name = cmd;
159 shell_name = command;
161 return sbasename(shell_name);
166 char *shell_name; local
169 shell_name = system_shell_name();
172 if (strcasecmp(shell_name
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/support/
H A Dbashversion.c50 char *shell_name = "bash"; variable
/macosx-10.10.1/emacs-93/emacs/lwlib/
H A Dlwlib-Xaw.c414 char *shell_name = 0;
426 shell_name = "Error";
431 shell_name = "Information";
437 shell_name = "Prompt";
443 shell_name = "Prompt";
448 shell_name = "Question";
465 shell_name, icon_name, text_input_slot, radio_box,
413 char *shell_name = 0; local
H A Dlwlib-Xm.c1480 char* shell_name = 0;
1502 shell_name = "Error";
1507 shell_name = "Information";
1513 shell_name = "Prompt";
1519 shell_name = "Prompt";
1524 shell_name = "Question";
1541 shell_name, icon_name, text_input_slot, radio_box,
1468 char* shell_name = 0; local
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dshopt.c62 extern char *shell_name;
457 save_restricted = shell_is_restricted (shell_name);
H A Dcommon.c71 extern char *this_command_name, *shell_name;

Completed in 221 milliseconds