Searched refs:this_shell_builtin (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dexit.c26 extern sh_builtin_func_t *this_shell_builtin;
88 this_shell_builtin = last_shell_builtin = exit_builtin;
H A Dsetattr.c24 extern sh_builtin_func_t *this_shell_builtin;
31 (this_shell_builtin == readonly_builtin || this_shell_builtin == export_builtin)
H A Dcommon.c76 sh_builtin_func_t *this_shell_builtin = (sh_builtin_func_t *)NULL; variable
360 else if (this_shell_builtin == set_builtin)
554 if (this_shell_builtin)
692 printf ("%s\n", (this_shell_builtin == kill_builtin) ? name + 3 : name);
700 if (posixly_correct == 0 || this_shell_builtin != kill_builtin)
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dshell.h154 sh_builtin_func_t *last_shell_builtin, *this_shell_builtin; member in struct:_sh_parser_state_t
H A Dnojobs.c78 extern sh_builtin_func_t *this_shell_builtin;
672 if (this_shell_builtin && this_shell_builtin == wait_builtin &&
H A Dtrap.c83 extern sh_builtin_func_t *this_shell_builtin;
366 if (interrupt_immediately && this_shell_builtin && (this_shell_builtin == wait_builtin))
H A Dexecute_cmd.c108 extern sh_builtin_func_t *last_shell_builtin, *this_shell_builtin;
2953 last_shell_builtin = this_shell_builtin;
2954 this_shell_builtin = builtin_address (this_command_name);
2955 result = (*this_shell_builtin) (words);
2985 last_shell_builtin = this_shell_builtin;
2986 this_shell_builtin = builtin_address ("fg");
3007 last_shell_builtin = this_shell_builtin;
3008 this_shell_builtin = builtin;
3534 saved_this_shell_builtin = this_shell_builtin;
3564 /* If we are executing the `command' builtin, but this_shell_builtin i
[all...]
H A Djobs.c149 extern sh_builtin_func_t *this_shell_builtin;
2176 (this_shell_builtin && this_shell_builtin == wait_builtin))
2182 if (this_shell_builtin && this_shell_builtin == wait_builtin &&
2390 if (r == -1 && errno == ECHILD && this_shell_builtin == wait_builtin)
H A Dparse.y125 extern sh_builtin_func_t *last_shell_builtin, *this_shell_builtin;
4872 ps->this_shell_builtin = this_shell_builtin;
4921 this_shell_builtin = ps->this_shell_builtin;
H A Dvariables.c97 extern sh_builtin_func_t *this_shell_builtin;
1578 return (find_variable_internal (name, (expanding_redir == 0 && this_shell_builtin != 0)));
H A Dbashline.c164 extern sh_builtin_func_t *last_shell_builtin, *this_shell_builtin;

Completed in 106 milliseconds