If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since september. Please use hippie2000@webnmail.de instead.
Property:bash (lincmd)
BoxMatrix >> Shell-Commands >> bash (lincmd) | @ BoxMatrix - IRC-Chat - Translate: de es fr it nl pl |
News | Selectors | Models | Accessories | Components | Environment | Config | Commands | System | Webif | Software | Develop | Lexicon | Community | Project | Gallery |
Startup-Scr | Hotplug-Scr | BusyBox-Cmds | Bash-Cmds | AVM-Cmds | Chipset-Cmds | Linux-Cmds | Shared-Libs | Kernel-Mods | Research |
Name-Collision - multiple objects in this wiki use the name bash!
|
Linux-Command
Command: | bash (lincmd) - type Exec | Wiki | Freetz | IPPF | whmf | AVM | Web |
Location: | Shell-Commands >> Linux-Commands - Origin: Bash | ||||||
Path: | Release: /bin Lab+Rel: /bin | ||||||
Properties: | Size: 621k - 708k - Firmware: 7.04 - 7.50 | ||||||
Function: | GNU Bourne-Again SHell. |
Goto: Dependencies - Model-Matrix - Symbols - SMW-Browser
Details
Excerpt from: bashref.info >> Invoking Bash >> bash command
bash [long-opt] [-ir] [-abefhkmnptuvxdBCDHP] [-o OPTION] [-O SHOPT_OPTION] [ARGUMENT ...] bash [long-opt] [-abefhkmnptuvxdBCDHP] [-o OPTION] [-O SHOPT_OPTION] -c STRING [ARGUMENT ...] bash [long-opt] -s [-abefhkmnptuvxdBCDHP] [-o OPTION] [-O SHOPT_OPTION] [ARGUMENT ...] All of the single-character options used with the 'set' builtin (*note The Set Builtin::) can be used as options when the shell is invoked. In addition, there are several multi-character options that you can use. These options must appear on the command line before the single-character options to be recognized. --debugger Arrange for the debugger profile to be executed before the shell starts. Turns on extended debugging mode (see *note The Shopt Builtin:: for a description of the 'extdebug' option to the 'shopt' builtin). --dump-po-strings A list of all double-quoted strings preceded by '$' is printed on the standard output in the GNU 'gettext' PO (portable object) file format. Equivalent to '-D' except for the output format. --dump-strings Equivalent to '-D'. --help Display a usage message on standard output and exit successfully. --init-file FILENAME --rcfile FILENAME Execute commands from FILENAME (instead of '~/.bashrc') in an interactive shell. --login Equivalent to '-l'. --noediting Do not use the GNU Readline library (*note Command Line Editing::) to read command lines when the shell is interactive. --noprofile Don't load the system-wide startup file '/etc/profile' or any of the personal initialization files '~/.bash_profile', '~/.bash_login', or '~/.profile' when Bash is invoked as a login shell. --norc Don't read the '~/.bashrc' initialization file in an interactive shell. This is on by default if the shell is invoked as 'sh'. --posix Change the behavior of Bash where the default operation differs from the POSIX standard to match the standard. This is intended to make Bash behave as a strict superset of that standard. *Note Bash POSIX Mode::, for a description of the Bash POSIX mode. --restricted Make the shell a restricted shell (*note The Restricted Shell::). --verbose Equivalent to '-v'. Print shell input lines as they're read. --version Show version information for this instance of Bash on the standard output and exit successfully. There are several single-character options that may be supplied at invocation which are not available with the 'set' builtin. -c Read and execute commands from the first non-option argument COMMAND_STRING, then exit. If there are arguments after the COMMAND_STRING, the first argument is assigned to '$0' and any remaining arguments are assigned to the positional parameters. The assignment to '$0' sets the name of the shell, which is used in warning and error messages. -i Force the shell to run interactively. Interactive shells are described in *note Interactive Shells::. -l Make this shell act as if it had been directly invoked by login. When the shell is interactive, this is equivalent to starting a login shell with 'exec -l bash'. When the shell is not interactive, the login shell startup files will be executed. 'exec bash -l' or 'exec bash --login' will replace the current shell with a Bash login shell. *Note Bash Startup Files::, for a description of the special behavior of a login shell. -r Make the shell a restricted shell (*note The Restricted Shell::). -s If this option is present, or if no arguments remain after option processing, then commands are read from the standard input. This option allows the positional parameters to be set when invoking an interactive shell. -D A list of all double-quoted strings preceded by '$' is printed on the standard output. These are the strings that are subject to language translation when the current locale is not 'C' or 'POSIX' (*note Locale Translation::). This implies the '-n' option; no commands will be executed. [-+]O [SHOPT_OPTION] SHOPT_OPTION is one of the shell options accepted by the 'shopt' builtin (*note The Shopt Builtin::). If SHOPT_OPTION is present, '-O' sets the value of that option; '+O' unsets it. If SHOPT_OPTION is not supplied, the names and values of the shell options accepted by 'shopt' are printed on the standard output. If the invocation option is '+O', the output is displayed in a format that may be reused as input. -- A '--' signals the end of options and disables further option processing. Any arguments after the '--' are treated as filenames and arguments. A _login_ shell is one whose first character of argument zero is '-', or one invoked with the '--login' option. An _interactive_ shell is one started without non-option arguments, unless '-s' is specified, without specifying the '-c' option, and whose input and output are both connected to terminals (as determined by 'isatty(3)'), or one started with the '-i' option. *Note Interactive Shells::, for more information. If arguments remain after option processing, and neither the '-c' nor the '-s' option has been supplied, the first argument is assumed to be the name of a file containing shell commands (*note Shell Scripts::). When Bash is invoked in this fashion, '$0' is set to the name of the file, and the positional parameters are set to the remaining arguments. Bash reads and executes commands from this file, then exits. Bash's exit status is the exit status of the last command executed in the script. If no commands are executed, the exit status is 0.
Dependencies
Daily updated index of all dependencies of this command. Last update: 2023-02-07 07:21 GMT.
A *
in the Mod
column marks info from Supportdata-Probes, which will always stay incomplete.
Relation | Typ | Object | Mod | Firmware | Info | Origin |
---|---|---|---|---|---|---|
Depends on | lib | libc.so | 6 | 7.04 - 7.50 | Standard C library | Linux |
Depends on | lib | libdl.so | 6 | 7.04 - 7.50 | Dynamic linking library | Linux |
Depends on | lib | libhistory.so | 6 | 7.04 - 7.50 | TODO | Linux |
Depends on | lib | libncurses.so | 6 | 7.04 - 7.50 | TODO | Linux |
Depends on | lib | libreadline.so | 6 | 7.04 - 7.50 | TODO | Linux |
5 dependencies for this command |
Model-Matrix
Daily updated index of the presence, path and size of this command for each model. Last update: 2023-02-07 05:56 GMT.
Showing all models using this command. Click any column header (click-wait-click) to sort the list by the respective data.
The (main/scrpn/boot/arm/prx/atom)
label in the Model
column shows which CPU is meant for models with multiple Linux instances.
Note that this list is merged from Firmware-Probes of all known AVM firmware for a model, including Recovery.exe and Labor-Files.
Model | Firmware | Path | Size |
---|---|---|---|
FRITZ!Box 6591 Cable (arm) | 7.04 - 7.39 | /bin | 621k - 708k |
FRITZ!Box 6591 Cable (atom) | 7.04 - 7.39 | /bin | 621k - 708k |
FRITZ!Box 6660 Cable (arm) | 7.14 - 7.39 | /bin | 621k - 708k |
FRITZ!Box 6660 Cable (atom) | 7.14 - 7.39 | /bin | 621k - 708k |
FRITZ!Box 6690 Cable (arm) | 7.28 - 7.50 | /bin | 692k - 708k |
FRITZ!Box 6690 Cable (atom) | 7.28 - 7.50 | /bin | 692k - 708k |
6 models use this command |
Symbols
Daily updated index of all symbols of this command. Last update: 2023-02-07 07:21 GMT.
Firmware | Symbol |
---|---|
7.04 - 7.50 | absolute_pathname |
7.04 - 7.50 | absolute_program |
7.04 - 7.50 | add_alias |
7.04 - 7.50 | add_or_supercede_exported_var |
7.04 - 7.50 | add_unwind_protect |
7.04 - 7.50 | addtimeval |
7.04 - 7.50 | adjust_shell_level |
7.04 - 7.50 | alias_builtin |
7.04 - 7.50 | alias_expand |
7.04 - 7.50 | alias_expand_word |
7.04 - 7.50 | all_aliases |
7.04 - 7.50 | all_array_variables |
7.04 - 7.50 | all_digits |
7.04 - 7.50 | all_exported_variables |
7.04 - 7.50 | all_local_variables |
7.04 - 7.50 | all_shell_functions |
7.04 - 7.50 | all_shell_variables |
7.04 - 7.50 | all_variables_matching_prefix |
7.04 - 7.50 | all_visible_functions |
7.04 - 7.50 | all_visible_variables |
7.14 - 7.50 | alloc_pipeline_saver |
7.04 - 7.50 | alloc_word_desc |
7.04 - 7.50 | ansic_quote |
7.04 - 7.50 | ansic_shouldquote |
7.04 - 7.50 | ansic_wshouldquote |
7.04 - 7.50 | ansicstr |
7.04 - 7.50 | ansiexpand |
7.04 - 7.50 | any_signals_trapped |
7.04 - 7.50 | append_process |
7.04 - 7.50 | array_assign_list |
7.04 - 7.50 | array_copy |
7.04 - 7.50 | array_create |
7.04 - 7.50 | array_create_element |
7.04 - 7.50 | array_dequote |
7.04 - 7.50 | array_dequote_escapes |
7.04 - 7.50 | array_dispose |
7.04 - 7.50 | array_dispose_element |
7.04 - 7.50 | array_expand_index |
7.04 - 7.50 | array_flush |
7.04 - 7.50 | array_from_word_list |
7.04 - 7.50 | array_insert |
7.04 - 7.50 | array_keys |
7.04 - 7.50 | array_keys_to_word_list |
7.04 - 7.50 | array_modcase |
7.04 - 7.50 | array_patsub |
7.04 - 7.50 | array_quote |
7.04 - 7.50 | array_quote_escapes |
7.04 - 7.50 | array_reference |
7.04 - 7.50 | array_remove |
7.04 - 7.50 | array_remove_quoted_nulls |
7.04 - 7.50 | array_rshift |
7.04 - 7.50 | array_shift |
7.04 - 7.50 | array_shift_element |
7.04 - 7.50 | array_slice |
7.04 - 7.50 | array_subrange |
7.04 - 7.50 | array_to_argv |
7.04 - 7.50 | array_to_assign |
7.04 - 7.50 | array_to_string |
7.04 - 7.50 | array_to_word_list |
7.04 - 7.50 | array_unshift_element |
7.04 - 7.50 | array_value |
7.04 - 7.50 | array_variable_name |
7.04 - 7.50 | array_variable_part |
7.04 - 7.50 | array_walk |
7.04 - 7.50 | assign_array_element |
7.04 - 7.50 | assign_array_from_string |
7.04 - 7.50 | assign_array_var_from_string |
7.04 - 7.50 | assign_array_var_from_word_list |
7.04 - 7.50 | assign_compound_array_list |
7.04 - 7.50 | assign_in_env |
7.04 - 7.50 | assignment |
7.04 - 7.50 | assoc_dequote |
7.04 - 7.50 | assoc_dequote_escapes |
7.04 - 7.50 | assoc_dispose |
7.04 - 7.50 | assoc_flush |
7.04 - 7.50 | assoc_insert |
7.04 - 7.50 | assoc_keys_to_word_list |
7.04 - 7.50 | assoc_modcase |
7.04 - 7.50 | assoc_patsub |
7.04 - 7.50 | assoc_quote |
7.04 - 7.50 | assoc_quote_escapes |
7.04 - 7.50 | assoc_reference |
7.04 - 7.50 | assoc_remove |
7.04 - 7.50 | assoc_remove_quoted_nulls |
7.04 - 7.50 | assoc_replace |
7.04 - 7.50 | assoc_subrange |
7.04 - 7.50 | assoc_to_assign |
7.04 - 7.50 | assoc_to_string |
7.04 - 7.50 | assoc_to_word_list |
7.04 - 7.50 | base_pathname |
7.04 - 7.50 | bash_add_history |
7.04 - 7.50 | bash_brace_completion |
7.04 - 7.50 | bash_clear_history |
7.04 - 7.50 | bash_default_completion |
7.04 - 7.50 | bash_delete_histent |
7.04 - 7.50 | bash_delete_last_history |
7.04 - 7.50 | bash_dequote_text |
7.04 - 7.50 | bash_directory_completion_matches |
7.04 - 7.50 | bash_groupname_completion_function |
7.04 - 7.50 | bash_history_disable |
7.04 - 7.50 | bash_history_enable |
7.04 - 7.50 | bash_history_reinit |
7.04 - 7.50 | bash_initialize_history |
7.04 - 7.50 | bash_logout |
7.04 - 7.50 | bash_re_edit |
7.04 - 7.50 | bash_servicename_completion_function |
7.04 - 7.50 | bash_tilde_expand |
7.04 - 7.50 | bash_tilde_find_word |
7.04 - 7.50 | bashline_reinitialize |
7.04 - 7.50 | bashline_reset |
7.04 - 7.50 | bashline_reset_event_hook |
7.04 - 7.50 | bashline_set_event_hook |
7.04 - 7.50 | begin_unwind_frame |
7.04 - 7.50 | bg_builtin |
7.04 - 7.50 | binary_test |
7.04 - 7.50 | bind_array_element |
7.04 - 7.50 | bind_array_variable |
7.04 - 7.50 | bind_assoc_variable |
7.04 - 7.50 | bind_builtin |
7.04 - 7.50 | bind_function |
7.04 - 7.50 | bind_function_def |
7.04 - 7.50 | bind_global_variable |
7.04 - 7.50 | bind_int_variable |
7.04 - 7.50 | bind_keyseq_to_unix_command |
7.04 - 7.50 | bind_var_to_int |
7.04 - 7.50 | bind_variable |
7.04 - 7.50 | bind_variable_value |
7.04 - 7.50 | brace_expand |
7.04 - 7.50 | break_builtin |
7.04 - 7.50 | buffered_getchar |
7.04 - 7.50 | buffered_ungetchar |
7.04 - 7.50 | builtin_address |
7.04 - 7.50 | builtin_address_internal |
7.04 - 7.50 | builtin_builtin |
7.04 - 7.50 | builtin_error |
7.14 - 7.50 | builtin_help |
7.04 - 7.50 | builtin_usage |
7.04 - 7.50 | builtin_warning |
7.04 - 7.50 | caller_builtin |
7.04 - 7.13 | calloc |
7.04 - 7.50 | cd_builtin |
7.04 - 7.13 | cfree |
7.04 - 7.50 | change_flag |
7.04 - 7.50 | char_is_quoted |
7.04 - 7.50 | check_add_history |
7.04 - 7.50 | check_bash_input |
7.04 - 7.50 | check_binary_file |
7.04 - 7.50 | check_dev_tty |
7.04 - 7.50 | check_identifier |
7.04 - 7.50 | check_mail |
7.14 - 7.50 | check_selfref |
7.04 - 7.50 | check_signals |
7.04 - 7.50 | check_signals_and_traps |
7.14 - 7.50 | check_unbind_variable |
7.04 - 7.50 | chkexport |
7.04 - 7.50 | clean_itemlist |
7.04 - 7.50 | clean_simple_command |
7.04 - 7.50 | cleanup_the_pipeline |
7.14 - 7.50 | clear_fifo |
7.14 - 7.50 | clear_fifo_list |
7.04 - 7.50 | clear_hostname_list |
7.14 - 7.50 | clear_shell_input_line |
7.04 - 7.50 | clear_unwind_protect_list |
7.04 - 7.50 | close_buffered_fd |
7.04 - 7.50 | close_buffered_stream |
7.04 - 7.50 | close_fd_bitmap |
7.04 - 7.50 | close_new_fifos |
7.14 - 7.50 | close_pgrp_pipe |
7.04 - 7.50 | cmd_init |
7.04 - 7.50 | colon_builtin |
7.04 - 7.50 | command_builtin |
7.04 - 7.50 | command_connect |
7.04 - 7.50 | command_error |
7.04 - 7.50 | command_errstr |
7.04 - 7.50 | command_substitute |
7.04 - 7.50 | command_word_completion_function |
7.04 - 7.50 | compgen_builtin |
7.04 - 7.50 | complete_builtin |
7.04 - 7.50 | completions_to_stringlist |
7.04 - 7.50 | compopt_builtin |
7.04 - 7.50 | compspec_copy |
7.04 - 7.50 | compspec_create |
7.04 - 7.50 | compspec_dispose |
7.04 - 7.50 | cond_expand_word |
7.14 - 7.50 | conf_standard_path |
7.04 - 7.50 | connect_async_list |
7.04 - 7.50 | continue_builtin |
7.04 - 7.50 | convert_var_to_array |
7.04 - 7.50 | convert_var_to_assoc |
7.04 - 7.50 | coproc_alloc |
7.04 - 7.50 | coproc_checkfd |
7.04 - 7.50 | coproc_close |
7.04 - 7.50 | coproc_closeall |
7.04 - 7.50 | coproc_dispose |
7.04 - 7.50 | coproc_fdchk |
7.04 - 7.50 | coproc_fdclose |
7.04 - 7.50 | coproc_fdrestore |
7.04 - 7.50 | coproc_fdsave |
7.04 - 7.50 | coproc_flush |
7.04 - 7.50 | coproc_init |
7.04 - 7.50 | coproc_pidchk |
7.04 - 7.50 | coproc_rclose |
7.04 - 7.50 | coproc_reap |
7.04 - 7.50 | coproc_setvars |
7.04 - 7.50 | coproc_unsetvars |
7.04 - 7.50 | coproc_wclose |
7.04 - 7.50 | copy_command |
7.04 - 7.50 | copy_fifo_list |
7.04 - 7.50 | copy_function_def |
7.04 - 7.50 | copy_function_def_contents |
7.04 - 7.50 | copy_redirect |
7.04 - 7.50 | copy_redirects |
7.04 - 7.50 | copy_word |
7.04 - 7.50 | copy_word_list |
7.04 - 7.50 | count_all_jobs |
7.04 - 7.50 | de_backslash |
7.04 - 7.50 | declare_builtin |
7.04 - 7.50 | decode_prompt_string |
7.04 - 7.50 | decode_signal |
7.04 - 7.50 | default_tty_job_signals |
7.04 - 7.50 | delete_all_aliases |
7.04 - 7.50 | delete_all_contexts |
7.04 - 7.50 | delete_all_jobs |
7.04 - 7.50 | delete_all_variables |
7.04 - 7.50 | delete_job |
7.04 - 7.50 | delete_var |
7.04 - 7.50 | dequote_escapes |
7.04 - 7.50 | dequote_list |
7.04 - 7.50 | dequote_string |
7.04 - 7.50 | describe_command |
7.04 - 7.50 | describe_pid |
7.04 - 7.50 | difftimeval |
7.04 - 7.50 | dirs_builtin |
7.04 - 7.50 | dirspell |
7.04 - 7.50 | disable_priv_mode |
7.14 - 7.50 | discard_last_procsub_child |
7.14 - 7.50 | discard_pipeline |
7.04 - 7.50 | discard_unwind_frame |
7.04 - 7.50 | disown_builtin |
7.04 - 7.50 | display_signal_list |
7.04 - 7.50 | dispose_command |
7.04 - 7.50 | dispose_cond_node |
7.04 - 7.50 | dispose_exec_redirects |
7.04 - 7.50 | dispose_fd_bitmap |
7.04 - 7.50 | dispose_function_def |
7.04 - 7.50 | dispose_function_def_contents |
7.04 - 7.50 | dispose_redirects |
7.04 - 7.50 | dispose_saved_dollar_vars |
7.04 - 7.50 | dispose_used_env_vars |
7.04 - 7.50 | dispose_var_context |
7.04 - 7.50 | dispose_variable |
7.04 - 7.50 | dispose_word |
7.04 - 7.50 | dispose_word_desc |
7.04 - 7.50 | dispose_words |
7.04 - 7.50 | do_assignment |
7.04 - 7.50 | do_assignment_no_expand |
7.04 - 7.50 | do_redirections |
7.04 - 7.50 | do_word_assignment |
7.04 - 7.50 | dollar_vars_changed |
7.04 - 7.50 | duplicate_buffered_stream |
7.04 - 7.50 | echo_builtin |
7.04 - 7.50 | enable_builtin |
7.04 - 7.50 | enable_hostname_completion |
7.04 - 7.50 | end_job_control |
7.04 - 7.50 | err_badarraysub |
7.04 - 7.50 | err_readonly |
7.04 - 7.50 | err_unboundvar |
7.04 - 7.50 | eval_builtin |
7.04 - 7.50 | evalexp |
7.04 - 7.50 | evalstring |
7.04 - 7.50 | exec_builtin |
7.04 - 7.50 | executable_file |
7.04 - 7.50 | executable_or_directory |
7.04 - 7.50 | execute_command |
7.04 - 7.50 | execute_command_internal |
7.04 - 7.50 | execute_shell_function |
7.04 - 7.50 | execute_variable_command |
7.04 - 7.50 | executing_line_number |
7.04 - 7.50 | exit_builtin |
7.04 - 7.50 | exit_shell |
7.04 - 7.50 | expand_arith_string |
7.04 - 7.50 | expand_assignment_string_to_string |
7.04 - 7.50 | expand_compound_array_assignment |
7.04 - 7.50 | expand_prompt_string |
7.04 - 7.50 | expand_string |
7.04 - 7.50 | expand_string_assignment |
7.04 - 7.50 | expand_string_to_string |
7.04 - 7.50 | expand_string_unsplit |
7.04 - 7.50 | expand_string_unsplit_to_string |
7.04 - 7.50 | expand_word |
7.04 - 7.50 | expand_word_leave_quoted |
7.04 - 7.50 | expand_word_unsplit |
7.04 - 7.50 | expand_words |
7.04 - 7.50 | expand_words_no_vars |
7.04 - 7.50 | expand_words_shellexp |
7.04 - 7.50 | export_builtin |
7.14 - 7.50 | exportable_function_name |
7.04 - 7.50 | extglob_pattern_p |
7.04 - 7.50 | extract_arithmetic_subst |
7.04 - 7.50 | extract_array_assignment_list |
7.04 - 7.50 | extract_colon_unit |
7.04 - 7.50 | extract_command_subst |
7.04 - 7.50 | extract_process_subst |
7.04 - 7.50 | falarm |
7.04 - 7.50 | false_builtin |
7.04 - 7.50 | fatal_error |
7.04 - 7.50 | fc_builtin |
7.04 - 7.50 | fc_execute_file |
7.04 - 7.50 | fd_is_bash_input |
7.04 - 7.50 | fd_ispipe |
7.04 - 7.50 | fd_to_buffered_stream |
7.04 - 7.50 | fg_builtin |
7.04 - 7.50 | fifos_pending |
7.04 - 7.50 | file_error |
7.04 - 7.50 | file_exists |
7.04 - 7.50 | file_isdir |
7.04 - 7.50 | file_iswdir |
7.04 - 7.50 | file_status |
7.04 - 7.50 | filter_stringlist |
7.04 - 7.50 | find_alias |
7.04 - 7.50 | find_flag |
7.04 - 7.50 | find_function |
7.04 - 7.50 | find_function_def |
7.04 - 7.50 | find_global_variable |
7.04 - 7.50 | find_global_variable_last_nameref |
7.04 - 7.50 | find_global_variable_noref |
7.14 - 7.50 | find_in_path |
7.04 - 7.50 | find_index_in_alist |
7.04 - 7.50 | find_or_make_array_variable |
7.04 - 7.50 | find_path_file |
7.04 - 7.50 | find_reserved_word |
7.04 - 7.50 | find_shell_builtin |
7.04 - 7.50 | find_shell_variable |
7.04 - 7.50 | find_special_builtin |
7.04 - 7.50 | find_string_in_alist |
7.04 - 7.50 | find_tempenv_variable |
7.04 - 7.50 | find_token_in_alist |
7.04 - 7.50 | find_user_command |
7.04 - 7.50 | find_variable |
7.14 - 7.50 | find_variable_for_assignment |
7.04 - 7.13 | find_variable_internal |
7.04 - 7.50 | find_variable_last_nameref |
7.04 - 7.50 | find_variable_nameref |
7.14 - 7.50 | find_variable_nameref_for_assignment |
7.14 - 7.50 | find_variable_nameref_for_create |
7.14 - 7.50 | find_variable_no_invisible |
7.04 - 7.50 | find_variable_noref |
7.04 - 7.50 | find_variable_notempenv |
7.04 - 7.50 | find_variable_tempenv |
7.04 - 7.50 | first_pending_trap |
7.14 - 7.50 | flush_temporary_env |
7.04 - 7.50 | fmtulong |
7.04 - 7.50 | fmtumax |
7.04 - 7.50 | fnx_fromfs |
7.04 - 7.50 | fnx_tofs |
7.14 - 7.50 | force_execute_file |
7.04 - 7.50 | fpurge |
7.04 - 7.13 | free |
7.04 - 7.50 | free_buffered_stream |
7.04 - 7.50 | free_mail_files |
7.04 - 7.50 | free_pushed_string_input |
7.04 - 7.50 | free_trap_strings |
7.04 - 7.50 | freeze_jobs_list |
7.04 - 7.50 | fsleep |
7.04 - 7.50 | full_pathname |
7.04 - 7.50 | gather_here_documents |
7.04 - 7.50 | gen_compspec_completions |
7.04 - 7.50 | get_alias_value |
7.04 - 7.50 | get_all_original_signals |
7.04 - 7.50 | get_array_value |
7.14 - 7.50 | get_current_flags |
7.14 - 7.50 | get_current_options |
7.04 - 7.50 | get_current_prompt_level |
7.04 - 7.50 | get_current_user_info |
7.04 - 7.50 | get_directory_stack |
7.04 - 7.50 | get_dirstack_from_string |
7.04 - 7.50 | get_dollar_var_value |
7.04 - 7.50 | get_exitstat |
7.04 - 7.50 | get_group_array |
7.04 - 7.50 | get_group_list |
7.04 - 7.50 | get_hostname_list |
7.04 - 7.50 | get_job_by_name |
7.04 - 7.50 | get_job_by_pid |
7.04 - 7.50 | get_job_spec |
7.04 - 7.50 | get_locale_var |
7.04 - 7.50 | get_minus_o_opts |
7.04 - 7.50 | get_name_for_error |
7.04 - 7.50 | get_new_window_size |
7.04 - 7.50 | get_numeric_arg |
7.04 - 7.50 | get_original_signal |
7.14 - 7.50 | get_original_tty_job_signals |
7.04 - 7.50 | get_random_number |
7.04 - 7.50 | get_shopt_options |
7.04 - 7.50 | get_string_value |
7.04 - 7.50 | get_tty_state |
7.04 - 7.50 | get_variable_value |
7.04 - 7.50 | get_word_from_string |
7.04 - 7.50 | get_working_directory |
7.04 - 7.50 | getc_with_restart |
7.04 - 7.50 | getcoprocbyname |
7.04 - 7.50 | getcoprocbypid |
7.04 - 7.50 | getenv |
7.04 - 7.50 | getifs |
7.04 - 7.50 | getmaxchild |
7.04 - 7.50 | getmaxgroups |
7.04 - 7.50 | getopts_builtin |
7.04 - 7.50 | getopts_reset |
7.04 - 7.50 | give_terminal_to |
7.04 - 7.50 | glob_char_p |
7.04 - 7.50 | glob_dirscan |
7.04 - 7.50 | glob_filename |
7.04 - 7.50 | glob_patscan |
7.04 - 7.50 | glob_patscan_wc |
7.04 - 7.50 | glob_pattern_p |
7.04 - 7.50 | glob_vector |
7.04 - 7.50 | group_member |
7.04 - 7.50 | hangup_all_jobs |
7.04 - 7.50 | hash_bucket |
7.04 - 7.50 | hash_builtin |
7.04 - 7.50 | hash_copy |
7.04 - 7.50 | hash_create |
7.04 - 7.50 | hash_dispose |
7.04 - 7.50 | hash_flush |
7.04 - 7.50 | hash_insert |
7.04 - 7.50 | hash_remove |
7.04 - 7.50 | hash_search |
7.04 - 7.50 | hash_size |
7.04 - 7.50 | hash_string |
7.04 - 7.50 | hash_walk |
7.04 - 7.50 | have_unwind_protects |
7.04 - 7.50 | help_builtin |
7.04 - 7.50 | history_builtin |
7.04 - 7.50 | history_delimiting_chars |
7.04 - 7.50 | history_number |
7.04 - 7.50 | ifs_firstchar |
7.04 - 7.50 | ignore_glob_matches |
7.04 - 7.50 | ignore_signal |
7.04 - 7.50 | ignore_tty_job_signals |
7.14 - 7.50 | importable_function_name |
7.04 - 7.50 | indirection_level_string |
7.04 - 7.50 | init_job_stats |
7.04 - 7.50 | init_mail_dates |
7.04 - 7.50 | init_yy_io |
7.04 - 7.50 | initialize_aliases |
7.04 - 7.50 | initialize_bash_input |
7.04 - 7.50 | initialize_bashopts |
7.04 - 7.50 | initialize_flags |
7.04 - 7.50 | initialize_itemlist |
7.04 - 7.50 | initialize_job_control |
7.04 - 7.50 | initialize_job_signals |
7.04 - 7.50 | initialize_readline |
7.04 - 7.50 | initialize_shell_builtins |
7.04 - 7.50 | initialize_shell_options |
7.04 - 7.50 | initialize_shell_variables |
7.04 - 7.50 | initialize_signals |
7.04 - 7.50 | initialize_signames |
7.04 - 7.50 | initialize_terminating_signals |
7.04 - 7.50 | initialize_traps |
7.04 - 7.50 | input_avail |
7.04 - 7.50 | internal_error |
7.04 - 7.50 | internal_getopt |
7.14 - 7.50 | internal_inform |
7.04 - 7.50 | internal_strmatch |
7.04 - 7.50 | internal_warning |
7.04 - 7.50 | internal_wstrmatch |
7.04 - 7.50 | inttostr |
7.14 - 7.50 | invalidate_cached_quoted_dollar_at |
7.04 - 7.50 | is_directory |
7.04 - 7.50 | isnetconn |
7.04 - 7.50 | itos |
7.04 - 7.50 | job_exit_signal |
7.04 - 7.50 | job_exit_status |
7.04 - 7.50 | jobs_builtin |
7.04 - 7.50 | jump_to_top_level |
7.04 - 7.50 | kill_all_local_variables |
7.04 - 7.50 | kill_builtin |
7.04 - 7.50 | kill_current_pipeline |
7.04 - 7.50 | kill_pid |
7.04 - 7.50 | last_history_line |
7.04 - 7.50 | legal_alias_name |
7.04 - 7.50 | legal_identifier |
7.04 - 7.50 | legal_number |
7.04 - 7.50 | let_builtin |
7.04 - 7.50 | list_all_jobs |
7.04 - 7.50 | list_append |
7.04 - 7.50 | list_length |
7.04 - 7.50 | list_minus_o_opts |
7.04 - 7.50 | list_one_job |
7.04 - 7.50 | list_rest_of_args |
7.04 - 7.50 | list_reverse |
7.04 - 7.50 | list_running_jobs |
7.04 - 7.50 | list_stopped_jobs |
7.04 - 7.50 | list_string |
7.04 - 7.50 | load_history |
7.04 - 7.50 | local_builtin |
7.04 - 7.50 | local_exported_variables |
7.04 - 7.50 | localeexpand |
7.04 - 7.50 | localetrans |
7.04 - 7.50 | logout_builtin |
7.04 - 7.50 | mailstat |
7.04 - 7.50 | main |
7.04 - 7.50 | make_absolute |
7.04 - 7.50 | make_arith_command |
7.04 - 7.50 | make_arith_for_command |
7.04 - 7.50 | make_array_variable_value |
7.04 - 7.50 | make_bare_simple_command |
7.04 - 7.50 | make_bare_word |
7.04 - 7.50 | make_builtin_argv |
7.04 - 7.50 | make_case_command |
7.04 - 7.50 | make_child |
7.04 - 7.50 | make_command |
7.04 - 7.50 | make_command_string |
7.04 - 7.50 | make_cond_command |
7.04 - 7.50 | make_cond_node |
7.04 - 7.50 | make_coproc_command |
7.04 - 7.50 | make_default_mailpath |
7.04 - 7.50 | make_for_command |
7.04 - 7.50 | make_funcname_visible |
7.04 - 7.50 | make_function_def |
7.04 - 7.50 | make_group_command |
7.04 - 7.50 | make_here_document |
7.04 - 7.50 | make_if_command |
7.04 - 7.50 | make_local_array_variable |
7.04 - 7.50 | make_local_assoc_variable |
7.04 - 7.50 | make_local_variable |
7.04 - 7.50 | make_new_array_variable |
7.04 - 7.50 | make_new_assoc_variable |
7.04 - 7.50 | make_pattern_list |
7.04 - 7.50 | make_redirection |
7.04 - 7.50 | make_select_command |
7.04 - 7.50 | make_simple_command |
7.04 - 7.50 | make_subshell_command |
7.04 - 7.50 | make_until_command |
7.04 - 7.50 | make_variable_value |
7.04 - 7.50 | make_while_command |
7.04 - 7.50 | make_word |
7.04 - 7.50 | make_word_flags |
7.04 - 7.50 | make_word_from_token |
7.04 - 7.50 | make_word_list |
7.04 - 7.50 | making_children |
7.04 - 7.50 | makunbound |
7.04 - 7.13 | malloc |
7.04 - 7.50 | map_over |
7.04 - 7.50 | map_over_funcs |
7.04 - 7.50 | mapfile_builtin |
7.04 - 7.50 | match_pattern_char |
7.04 - 7.50 | match_pattern_wchar |
7.04 - 7.50 | maybe_add_history |
7.04 - 7.50 | maybe_append_history |
7.04 - 7.50 | maybe_call_trap_handler |
7.04 - 7.50 | maybe_execute_file |
7.04 - 7.50 | maybe_make_export_env |
7.04 - 7.50 | maybe_make_restricted |
7.04 - 7.50 | maybe_save_shell_history |
7.14 - 7.50 | maybe_set_debug_trap |
7.14 - 7.50 | maybe_set_error_trap |
7.14 - 7.50 | maybe_set_return_trap |
7.04 - 7.50 | maybe_set_sigchld_trap |
7.04 - 7.50 | mbschr |
7.04 - 7.50 | mbsmbchar |
7.04 - 7.50 | mbstrlen |
7.04 - 7.13 | memalign |
7.04 - 7.50 | merge_temporary_env |
7.04 - 7.50 | minus_o_option_value |
7.04 - 7.50 | mitos |
7.04 - 7.50 | mk_msgstr |
7.04 - 7.50 | move_to_high_fd |
7.04 - 7.50 | named_function_string |
7.04 - 7.50 | new_fd_bitmap |
7.04 - 7.50 | new_var_context |
7.04 - 7.50 | no_args |
7.04 - 7.50 | no_options |
7.04 - 7.50 | nohup_all_jobs |
7.04 - 7.50 | nohup_job |
7.04 - 7.50 | notify_and_cleanup |
7.04 - 7.50 | num_fifos |
7.04 - 7.50 | number_of_args |
7.04 - 7.50 | open_buffered_stream |
7.14 - 7.50 | optimize_fork |
7.04 - 7.50 | parse_and_execute |
7.04 - 7.50 | parse_and_execute_cleanup |
7.04 - 7.50 | parse_bashopts |
7.04 - 7.50 | parse_command |
7.04 - 7.50 | parse_shellopts |
7.04 - 7.50 | parse_string |
7.04 - 7.50 | parse_string_to_word_list |
7.04 - 7.50 | parse_symbolic_mode |
7.04 - 7.50 | parser_error |
7.04 - 7.50 | parser_expanding_alias |
7.04 - 7.50 | parser_in_command_position |
7.04 - 7.50 | parser_remaining_input |
7.04 - 7.50 | parser_restore_alias |
7.04 - 7.50 | parser_save_alias |
7.04 - 7.50 | pat_subst |
7.04 - 7.50 | path_dot_or_dotdot |
7.04 - 7.50 | pcomp_set_compspec_options |
7.04 - 7.50 | pcomp_set_readline_variables |
7.04 - 7.50 | phash_create |
7.04 - 7.50 | phash_flush |
7.04 - 7.50 | phash_insert |
7.04 - 7.50 | phash_remove |
7.04 - 7.50 | phash_search |
7.04 - 7.50 | polite_directory_format |
7.04 - 7.50 | pop_args |
7.04 - 7.50 | pop_context |
7.04 - 7.50 | pop_dollar_vars |
7.04 - 7.50 | pop_scope |
7.04 - 7.50 | pop_stream |
7.04 - 7.50 | pop_var_context |
7.04 - 7.50 | popd_builtin |
7.04 - 7.50 | posix_initialize |
7.04 - 7.50 | posix_readline_initialize |
7.04 - 7.50 | pre_process_line |
7.04 - 7.50 | print_arith_command |
7.04 - 7.50 | print_array_assignment |
7.04 - 7.50 | print_assignment |
7.04 - 7.50 | print_assoc_assignment |
7.04 - 7.50 | print_case_command_head |
7.04 - 7.50 | print_command |
7.04 - 7.50 | print_cond_command |
7.04 - 7.50 | print_for_command_head |
7.04 - 7.50 | print_func_list |
7.04 - 7.50 | print_rlimtype |
7.04 - 7.50 | print_select_command_head |
7.04 - 7.50 | print_simple_command |
7.04 - 7.50 | print_timeval |
7.04 - 7.50 | print_unix_command_map |
7.04 - 7.50 | print_var_function |
7.04 - 7.50 | print_var_list |
7.04 - 7.50 | print_var_value |
7.04 - 7.50 | print_word_list |
7.14 - 7.50 | printable_filename |
7.04 - 7.50 | printf_builtin |
7.04 - 7.50 | progcomp_create |
7.04 - 7.50 | progcomp_dispose |
7.04 - 7.50 | progcomp_flush |
7.04 - 7.50 | progcomp_insert |
7.04 - 7.50 | progcomp_remove |
7.04 - 7.50 | progcomp_search |
7.04 - 7.50 | progcomp_size |
7.04 - 7.50 | progcomp_walk |
7.04 - 7.50 | programmable_completions |
7.04 - 7.50 | programming_error |
7.04 - 7.50 | push_args |
7.04 - 7.50 | push_context |
7.04 - 7.50 | push_dollar_vars |
7.04 - 7.50 | push_scope |
7.04 - 7.50 | push_stream |
7.14 - 7.50 | push_token |
7.04 - 7.50 | push_var_context |
7.04 - 7.50 | pushd_builtin |
7.04 - 7.50 | put_command_name_into_env |
7.04 - 7.50 | putenv |
7.04 - 7.50 | pwd_builtin |
7.04 - 7.50 | queue_sigchld_trap |
7.04 - 7.50 | quote_escapes |
7.04 - 7.50 | quote_globbing_chars |
7.04 - 7.50 | quote_string |
7.04 - 7.50 | quote_string_for_globbing |
7.04 - 7.50 | read_builtin |
7.04 - 7.50 | read_command |
7.04 - 7.50 | read_octal |
7.04 - 7.50 | read_secondary_line |
7.04 - 7.50 | read_tty_cleanup |
7.04 - 7.50 | read_tty_modified |
7.04 - 7.50 | reader_loop |
7.04 - 7.50 | readonly_builtin |
7.04 - 7.13 | realloc |
7.04 - 7.50 | reap_dead_jobs |
7.04 - 7.50 | redirection_error |
7.04 - 7.50 | redirection_expand |
7.04 - 7.50 | reinit_special_variables |
7.04 - 7.50 | remember_args |
7.04 - 7.50 | remember_mail_dates |
7.04 - 7.50 | remove_alias |
7.04 - 7.50 | remove_backslashes |
7.04 - 7.50 | remove_quoted_escapes |
7.04 - 7.50 | remove_quoted_nulls |
7.04 - 7.50 | remove_unwind_protect |
7.04 - 7.50 | report_error |
7.04 - 7.50 | reset_completer_word_break_chars |
7.04 - 7.50 | reset_internal_getopt |
7.04 - 7.50 | reset_mail_files |
7.04 - 7.50 | reset_mail_timer |
7.04 - 7.50 | reset_parser |
7.04 - 7.50 | reset_shell_flags |
7.04 - 7.50 | reset_shell_options |
7.04 - 7.50 | reset_shopt_options |
7.04 - 7.50 | reset_signal_handlers |
7.04 - 7.50 | reset_terminating_signals |
7.04 - 7.50 | restart_job_control |
7.04 - 7.50 | restore_default_signal |
7.14 - 7.50 | restore_funcarray_state |
7.04 - 7.50 | restore_input_line_state |
7.04 - 7.50 | restore_original_signals |
7.04 - 7.50 | restore_parser_state |
7.14 - 7.50 | restore_pgrp_pipe |
7.04 - 7.50 | restore_pipeline |
7.04 - 7.50 | restore_pipestatus_array |
7.04 - 7.50 | restore_token_state |
7.04 - 7.50 | return_EOF |
7.04 - 7.50 | return_builtin |
7.04 - 7.50 | run_debug_trap |
7.04 - 7.50 | run_error_trap |
7.04 - 7.50 | run_exit_trap |
7.04 - 7.50 | run_interrupt_trap |
7.04 - 7.50 | run_pending_traps |
7.04 - 7.50 | run_return_trap |
7.04 - 7.50 | run_sigchld_trap |
7.04 - 7.50 | run_trap_cleanup |
7.04 - 7.50 | run_unwind_frame |
7.04 - 7.50 | run_unwind_protects |
7.04 - 7.50 | same_file |
7.04 - 7.50 | save_bash_input |
7.04 - 7.50 | save_input_line_state |
7.04 - 7.50 | save_parser_state |
7.14 - 7.50 | save_pgrp_pipe |
7.04 - 7.50 | save_pipeline |
7.04 - 7.50 | save_pipestatus_array |
7.04 - 7.50 | save_token_state |
7.04 - 7.50 | search_for_command |
7.04 - 7.50 | set_bash_input_fd |
7.04 - 7.50 | set_bashopts |
7.04 - 7.50 | set_buffered_stream |
7.04 - 7.50 | set_builtin |
7.04 - 7.50 | set_compatibility_opts |
7.14 - 7.50 | set_current_flags |
7.14 - 7.50 | set_current_options |
7.04 - 7.50 | set_current_prompt_level |
7.04 - 7.50 | set_debug_trap |
7.04 - 7.50 | set_default_lang |
7.04 - 7.50 | set_default_locale |
7.04 - 7.50 | set_default_locale_vars |
7.04 - 7.50 | set_directory_hook |
7.04 - 7.50 | set_dirstack_element |
7.04 - 7.50 | set_dollar_vars_changed |
7.04 - 7.50 | set_dollar_vars_unchanged |
7.04 - 7.50 | set_error_trap |
7.04 - 7.50 | set_if_not |
7.04 - 7.50 | set_impossible_sigchld_trap |
7.04 - 7.50 | set_itemlist_dirty |
7.04 - 7.50 | set_job_control |
7.04 - 7.50 | set_lang |
7.04 - 7.50 | set_locale_var |
7.04 - 7.50 | set_login_shell |
7.04 - 7.50 | set_maxchild |
7.04 - 7.50 | set_minus_o_option |
7.04 - 7.50 | set_or_show_attributes |
7.04 - 7.50 | set_original_signal |
7.04 - 7.50 | set_pipestatus_array |
7.04 - 7.50 | set_pipestatus_from_exit |
7.04 - 7.50 | set_ppid |
7.04 - 7.50 | set_pwd |
7.04 - 7.50 | set_return_trap |
7.04 - 7.50 | set_shellopts |
7.04 - 7.50 | set_sigchld_handler |
7.04 - 7.50 | set_sigint_handler |
7.04 - 7.50 | set_signal |
7.04 - 7.50 | set_signal_handler |
7.04 - 7.50 | set_signal_hard_ignored |
7.04 - 7.50 | set_signal_ignored |
7.04 - 7.50 | set_sigwinch_handler |
7.04 - 7.50 | set_tty_state |
7.04 - 7.50 | set_var_attribute |
7.04 - 7.50 | set_var_read_only |
7.04 - 7.50 | set_working_directory |
7.04 - 7.50 | setenv |
7.04 - 7.50 | setifs |
7.04 - 7.50 | setup_async_signals |
7.14 - 7.50 | setup_exec_ignore |
7.04 - 7.50 | setup_glob_ignore |
7.04 - 7.50 | setup_history_ignore |
7.04 - 7.50 | setup_ignore_patterns |
7.04 - 7.50 | sh_backslash_quote |
7.04 - 7.50 | sh_backslash_quote_for_double_quotes |
7.04 - 7.50 | sh_badjob |
7.04 - 7.50 | sh_badpid |
7.04 - 7.13 | sh_calloc |
7.04 - 7.50 | sh_canonpath |
7.04 - 7.13 | sh_cfree |
7.04 - 7.50 | sh_chkwrite |
7.04 - 7.50 | sh_closepipe |
7.04 - 7.50 | sh_contains_quotes |
7.04 - 7.50 | sh_contains_shell_metas |
7.04 - 7.50 | sh_double_quote |
7.04 - 7.50 | sh_eaccess |
7.04 - 7.50 | sh_erange |
7.04 - 7.50 | sh_exit |
7.04 - 7.13 | sh_free |
7.04 - 7.50 | sh_get_env_value |
7.04 - 7.50 | sh_get_home_dir |
7.04 - 7.50 | sh_getopt |
7.14 - 7.50 | sh_getopt_alloc_istate |
7.14 - 7.50 | sh_getopt_dispose_istate |
7.14 - 7.50 | sh_getopt_restore_istate |
7.04 - 7.50 | sh_getopt_restore_state |
7.14 - 7.50 | sh_getopt_save_istate |
7.04 - 7.50 | sh_invalidid |
7.04 - 7.50 | sh_invalidnum |
7.04 - 7.50 | sh_invalidopt |
7.04 - 7.50 | sh_invalidoptname |
7.04 - 7.50 | sh_invalidsig |
7.04 - 7.50 | sh_makepath |
7.04 - 7.13 | sh_malloc |
7.04 - 7.50 | sh_mbsnlen |
7.04 - 7.13 | sh_memalign |
7.04 - 7.50 | sh_mkdoublequoted |
7.04 - 7.50 | sh_mktmpfd |
7.04 - 7.50 | sh_mktmpfp |
7.04 - 7.50 | sh_mktmpname |
7.04 - 7.50 | sh_modcase |
7.04 - 7.50 | sh_needarg |
7.04 - 7.50 | sh_neednumarg |
7.04 - 7.50 | sh_nojobs |
7.04 - 7.50 | sh_notbuiltin |
7.04 - 7.50 | sh_notfound |
7.04 - 7.50 | sh_openpipe |
7.04 - 7.50 | sh_physpath |
7.14 - 7.50 | sh_quote_reusable |
7.04 - 7.50 | sh_readonly |
7.04 - 7.13 | sh_realloc |
7.04 - 7.50 | sh_realpath |
7.04 - 7.50 | sh_regmatch |
7.04 - 7.50 | sh_restricted |
7.04 - 7.50 | sh_set_lines_and_columns |
7.04 - 7.50 | sh_setlinebuf |
7.04 - 7.50 | sh_single_quote |
7.04 - 7.50 | sh_stat |
7.04 - 7.50 | sh_ttyerror |
7.04 - 7.50 | sh_un_double_quote |
7.04 - 7.50 | sh_unset_nodelay_mode |
7.04 - 7.50 | sh_validfd |
7.04 - 7.13 | sh_valloc |
7.04 - 7.50 | sh_wrerror |
7.04 - 7.13 | sh_xfree |
7.04 - 7.13 | sh_xmalloc |
7.04 - 7.13 | sh_xrealloc |
7.04 - 7.50 | shell_execve |
7.04 - 7.50 | shell_glob_filename |
7.04 - 7.50 | shell_is_restricted |
7.04 - 7.50 | shell_version_string |
7.04 - 7.50 | shift_builtin |
7.04 - 7.50 | shopt_builtin |
7.04 - 7.50 | shopt_listopt |
7.04 - 7.50 | shopt_setopt |
7.04 - 7.50 | should_ignore_glob_matches |
7.14 - 7.50 | should_suppress_fork |
7.04 - 7.50 | show_all_var_attributes |
7.04 - 7.50 | show_func_attributes |
7.04 - 7.50 | show_name_attributes |
7.04 - 7.50 | show_shell_version |
7.04 - 7.50 | show_var_attributes |
7.04 - 7.50 | sigint_sighandler |
7.04 - 7.50 | signal_in_progress |
7.04 - 7.50 | signal_is_hard_ignored |
7.04 - 7.50 | signal_is_ignored |
7.04 - 7.50 | signal_is_pending |
7.04 - 7.50 | signal_is_special |
7.04 - 7.50 | signal_is_trapped |
7.04 - 7.50 | signal_name |
7.04 - 7.50 | sigterm_sighandler |
7.04 - 7.50 | sigwinch_sighandler |
7.04 - 7.50 | skip_to_delim |
7.14 - 7.50 | skip_to_histexp |
7.04 - 7.50 | skipsubscript |
7.04 - 7.50 | sort_variables |
7.04 - 7.50 | source_builtin |
7.04 - 7.50 | source_file |
7.04 - 7.50 | split_at_delims |
7.04 - 7.50 | spname |
7.04 - 7.50 | start_job |
7.04 - 7.50 | start_pipeline |
7.04 - 7.50 | stdin_redirects |
7.04 - 7.50 | stop_making_children |
7.04 - 7.50 | stop_pipeline |
7.04 - 7.50 | strcreplace |
7.04 - 7.50 | stream_on_stack |
7.04 - 7.50 | string_list |
7.04 - 7.50 | string_list_dollar_at |
7.04 - 7.50 | string_list_dollar_star |
7.04 - 7.50 | string_list_internal |
7.04 - 7.50 | string_list_pos_params |
7.04 - 7.50 | string_quote_removal |
7.04 - 7.50 | string_rest_of_args |
7.04 - 7.50 | string_to_rlimtype |
7.04 - 7.50 | strip_trailing |
7.04 - 7.50 | strip_trailing_ifs_whitespace |
7.04 - 7.50 | strlist_append |
7.04 - 7.50 | strlist_copy |
7.04 - 7.50 | strlist_create |
7.04 - 7.50 | strlist_dispose |
7.04 - 7.50 | strlist_flush |
7.04 - 7.50 | strlist_from_word_list |
7.04 - 7.50 | strlist_merge |
7.04 - 7.50 | strlist_prefix_suffix |
7.04 - 7.50 | strlist_print |
7.04 - 7.50 | strlist_remove |
7.04 - 7.50 | strlist_resize |
7.04 - 7.50 | strlist_sort |
7.04 - 7.50 | strlist_to_word_list |
7.04 - 7.50 | strlist_walk |
7.04 - 7.50 | strmatch |
7.04 - 7.50 | strsub |
7.04 - 7.50 | strvec_copy |
7.04 - 7.50 | strvec_create |
7.04 - 7.50 | strvec_dispose |
7.04 - 7.50 | strvec_flush |
7.04 - 7.50 | strvec_from_word_list |
7.04 - 7.50 | strvec_len |
7.04 - 7.50 | strvec_mcreate |
7.04 - 7.50 | strvec_mresize |
7.04 - 7.50 | strvec_remove |
7.04 - 7.50 | strvec_resize |
7.04 - 7.50 | strvec_sort |
7.04 - 7.50 | strvec_strcmp |
7.04 - 7.50 | strvec_to_word_list |
7.04 - 7.50 | stupidly_hack_special_variables |
7.04 - 7.50 | sub_append_string |
7.04 - 7.50 | subshell_exit |
7.04 - 7.50 | substring |
7.04 - 7.50 | suspend_builtin |
7.04 - 7.50 | sv_childmax |
7.04 - 7.50 | sv_comp_wordbreaks |
7.14 - 7.50 | sv_execignore |
7.04 - 7.50 | sv_funcnest |
7.04 - 7.50 | sv_globignore |
7.04 - 7.50 | sv_histchars |
7.04 - 7.50 | sv_histignore |
7.04 - 7.50 | sv_history_control |
7.04 - 7.50 | sv_histsize |
7.04 - 7.50 | sv_histtimefmt |
7.04 - 7.50 | sv_hostfile |
7.04 - 7.50 | sv_ifs |
7.04 - 7.50 | sv_ignoreeof |
7.04 - 7.50 | sv_locale |
7.04 - 7.50 | sv_mail |
7.04 - 7.50 | sv_opterr |
7.04 - 7.50 | sv_optind |
7.04 - 7.50 | sv_path |
7.04 - 7.50 | sv_shcompat |
7.04 - 7.50 | sv_strict_posix |
7.04 - 7.50 | sv_terminal |
7.04 - 7.50 | sv_tz |
7.04 - 7.50 | sv_xtracefd |
7.04 - 7.50 | sync_buffered_stream |
7.04 - 7.50 | sys_error |
7.04 - 7.50 | terminate_current_pipeline |
7.04 - 7.50 | terminate_stopped_jobs |
7.04 - 7.50 | termsig_handler |
7.04 - 7.50 | termsig_sighandler |
7.04 - 7.50 | test_binop |
7.04 - 7.50 | test_builtin |
7.04 - 7.50 | test_command |
7.04 - 7.50 | test_unop |
7.04 - 7.50 | throw_to_top_level |
7.04 - 7.50 | tilde_initialize |
7.04 - 7.50 | time_to_check_mail |
7.04 - 7.50 | times_builtin |
7.04 - 7.50 | timeval_to_cpu |
7.04 - 7.50 | timeval_to_secs |
7.04 - 7.50 | top_level_cleanup |
7.04 - 7.50 | trap_builtin |
7.04 - 7.50 | trap_handler |
7.04 - 7.50 | trap_to_sighandler |
7.04 - 7.50 | trim_pathname |
7.04 - 7.50 | tt_setcbreak |
7.04 - 7.50 | tt_seteightbit |
7.04 - 7.50 | tt_setnocanon |
7.04 - 7.50 | tt_setnoecho |
7.04 - 7.50 | tt_setonechar |
7.04 - 7.50 | ttattr |
7.04 - 7.50 | ttcbreak |
7.04 - 7.50 | tteightbit |
7.04 - 7.50 | ttfd_cbreak |
7.04 - 7.50 | ttfd_eightbit |
7.04 - 7.50 | ttfd_nocanon |
7.04 - 7.50 | ttfd_noecho |
7.04 - 7.50 | ttfd_onechar |
7.04 - 7.50 | ttgetattr |
7.04 - 7.50 | ttnocanon |
7.04 - 7.50 | ttnoecho |
7.04 - 7.50 | ttonechar |
7.04 - 7.50 | ttrestore |
7.04 - 7.50 | ttsave |
7.04 - 7.50 | ttsetattr |
7.04 - 7.50 | type_builtin |
7.04 - 7.50 | u32cconv |
7.04 - 7.50 | u32reset |
7.04 - 7.50 | u32tocesc |
7.04 - 7.50 | u32tochar |
7.04 - 7.50 | u32toutf16 |
7.04 - 7.50 | u32toutf8 |
7.04 - 7.50 | uconvert |
7.04 - 7.50 | uinttostr |
7.04 - 7.50 | uitos |
7.04 - 7.50 | ulimit_builtin |
7.04 - 7.50 | umask_builtin |
7.04 - 7.50 | umatchlen |
7.04 - 7.50 | unalias_builtin |
7.04 - 7.50 | unary_test |
7.04 - 7.50 | unbind_args |
7.04 - 7.50 | unbind_array_element |
7.04 - 7.50 | unbind_func |
7.04 - 7.50 | unbind_function_def |
7.04 - 7.50 | unbind_nameref |
7.04 - 7.50 | unbind_variable |
7.14 - 7.50 | unbind_variable_noref |
7.04 - 7.50 | unclosed_pair |
7.04 - 7.50 | unfreeze_jobs_list |
7.04 - 7.50 | ungetc_with_restart |
7.04 - 7.50 | unlink_fifo |
7.04 - 7.50 | unlink_fifo_list |
7.04 - 7.50 | unquoted_glob_pattern_p |
7.04 - 7.50 | unset_bash_input |
7.04 - 7.50 | unset_builtin |
7.04 - 7.50 | unset_sigwinch_handler |
7.04 - 7.50 | unsetenv |
7.04 - 7.50 | unwind_protect_mem |
7.14 - 7.50 | unwind_protect_tag_on_stack |
7.04 - 7.50 | update_export_env_inplace |
7.04 - 7.50 | user_command_matches |
7.14 - 7.50 | uwp_init |
7.04 - 7.50 | valid_array_reference |
7.14 - 7.50 | valid_nameref_value |
7.04 - 7.13 | valloc |
7.14 - 7.50 | var_attribute_string |
7.04 - 7.50 | var_lookup |
7.04 - 7.50 | wait_builtin |
7.04 - 7.50 | wait_for |
7.04 - 7.50 | wait_for_any_job |
7.04 - 7.50 | wait_for_background_pids |
7.04 - 7.50 | wait_for_job |
7.04 - 7.50 | wait_for_single_pid |
7.14 - 7.50 | wait_sigint_cleanup |
7.04 - 7.50 | wcsmatch |
7.04 - 7.50 | wcsnwidth |
7.04 - 7.50 | which_set_flags |
7.04 - 7.50 | with_input_from_buffered_stream |
7.04 - 7.50 | with_input_from_stdin |
7.04 - 7.50 | with_input_from_stream |
7.04 - 7.50 | with_input_from_string |
7.04 - 7.50 | without_job_control |
7.04 - 7.50 | wmatchlen |
7.04 - 7.50 | word_list_remove_quoted_nulls |
7.04 - 7.50 | word_split |
7.04 - 7.50 | xbcopy |
7.04 - 7.50 | xdupmbstowcs |
7.04 - 7.50 | xfree |
7.04 - 7.50 | xmalloc |
7.04 - 7.50 | xmbsrtowcs |
7.04 - 7.50 | xparse_dolparen |
7.04 - 7.50 | xrealloc |
7.04 - 7.50 | xstrmatch |
7.04 - 7.50 | xtrace_fdchk |
7.04 - 7.50 | xtrace_init |
7.04 - 7.50 | xtrace_print_arith_cmd |
7.04 - 7.50 | xtrace_print_assignment |
7.04 - 7.50 | xtrace_print_case_command_head |
7.04 - 7.50 | xtrace_print_cond_term |
7.04 - 7.50 | xtrace_print_for_command_head |
7.04 - 7.50 | xtrace_print_select_command_head |
7.04 - 7.50 | xtrace_print_word_list |
7.04 - 7.50 | xtrace_reset |
7.04 - 7.50 | xtrace_set |
7.04 - 7.50 | yy_input_name |
7.04 - 7.50 | yyerror |
7.04 - 7.50 | yyparse |
7.04 - 7.50 | zcatfd |
7.04 - 7.50 | zgetline |
7.04 - 7.50 | zmapfd |
7.04 - 7.50 | zread |
7.04 - 7.50 | zreadc |
7.04 - 7.50 | zreadcintr |
7.04 - 7.50 | zreadintr |
7.04 - 7.50 | zreadn |
7.04 - 7.50 | zreadretry |
7.04 - 7.50 | zreset |
7.04 - 7.50 | zsyncfd |
7.04 - 7.50 | zwrite |
1079 symbols for this command |