| Function | Condition %▴ |
add_host_name| Name: | add_host_name | | Prototype: | static void add_host_name (name) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 723-735 |
| |
add_shopt_to_alist| Name: | add_shopt_to_alist | | Prototype: | static void add_shopt_to_alist (opt, on_or_off) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/shell.c | | Lines: | 2018-2031 |
| |
alias_expand| Name: | alias_expand | | Prototype: | char * alias_expand (string) | | Coverage: | 0.000% (0/64) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/alias.c | | Lines: | 472-586 |
| |
alias_expand_line| Name: | alias_expand_line | | Prototype: | static int alias_expand_line (count, ignore) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 2595-2613 |
| |
alias_expand_word| Name: | alias_expand_word | | Prototype: | char * alias_expand_word (s) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/alias.c | | Lines: | 277-285 |
| |
all_array_variables| Name: | all_array_variables | | Prototype: | SHELL_VAR ** all_array_variables () | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/variables.c | | Lines: | 4175-4179 |
| |
all_exported_variables| Name: | all_exported_variables | | Prototype: | SHELL_VAR ** all_exported_variables () | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/variables.c | | Lines: | 4116-4120 |
| |
all_visible_functions| Name: | all_visible_functions | | Prototype: | SHELL_VAR ** all_visible_functions () | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/variables.c | | Lines: | 4076-4080 |
| |
alloc_lvalue| Name: | alloc_lvalue | | Prototype: | static struct lvalue * alloc_lvalue () | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/expr.c | | Lines: | 1095-1103 |
| |
alloc_undo_entry| Name: | alloc_undo_entry | | Prototype: | static UNDO_LIST * alloc_undo_entry (enum undo_code what, int start, int end, char *text) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/lib/readline/undo.c | | Lines: | 70-83 |
| |
allocerr| Name: | allocerr | | Prototype: | static void allocerr (func, bytes) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/xmalloc.c | | Lines: | 86-97 |
| |
alphabetic| Name: | alphabetic | | Prototype: | int alphabetic (int c) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/lib/readline/compat.c | | Lines: | 84-88 |
| |
alrm_catcher| Name: | alrm_catcher | | Prototype: | static void alrm_catcher(i) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/eval.c | | Lines: | 238-247 |
| |
append_to_match| Name: | append_to_match | | Prototype: | static int append_to_match (char *text, int delimiter, int quote_char, int nontrivial_match) | | Coverage: | 0.000% (0/65) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/lib/readline/complete.c | | Lines: | 1856-1921 |
| |
array_dequote| Name: | array_dequote | | Prototype: | ARRAY * array_dequote(array) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/array.c | | Lines: | 348-363 |
| |
array_dequote_escapes| Name: | array_dequote_escapes | | Prototype: | ARRAY * array_dequote_escapes(array) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/array.c | | Lines: | 365-380 |
| |
array_shift_element| Name: | array_shift_element | | Prototype: | int array_shift_element(a, v) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/array.c | | Lines: | 306-312 |
| |
array_to_argv| Name: | array_to_argv | | Prototype: | char ** array_to_argv (a) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/array.c | | Lines: | 873-891 |
| |
array_unshift_element| Name: | array_unshift_element | | Prototype: | ARRAY_ELEMENT * array_unshift_element(a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/array.c | | Lines: | 299-304 |
| |
array_walk| Name: | array_walk | | Prototype: | void array_walk(a, func, udata) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/array.c | | Lines: | 180-193 |
| |
asprintf| Name: | asprintf | | Prototype: | int asprintf(char **stringp, const char * format, ...) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/lib/sh/snprintf.c | | Lines: | 1773-1793 |
| |
assign_comp_wordbreaks| Name: | assign_comp_wordbreaks | | Prototype: | static SHELL_VAR * assign_comp_wordbreaks (self, value, unused, key) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/variables.c | | Lines: | 1588-1601 |
| |
assign_lineno| Name: | assign_lineno | | Prototype: | static SHELL_VAR * assign_lineno (var, value, unused, key) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/variables.c | | Lines: | 1393-1406 |
| |
assign_seconds| Name: | assign_seconds | | Prototype: | static SHELL_VAR * assign_seconds (self, value, unused, key) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/variables.c | | Lines: | 1249-1260 |
| |
assign_subshell| Name: | assign_subshell | | Prototype: | static SHELL_VAR * assign_subshell (var, value, unused, key) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/variables.c | | Lines: | 1423-1436 |
| |
assoc_dequote| Name: | assoc_dequote | | Prototype: | HASH_TABLE * assoc_dequote (h) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/assoc.c | | Lines: | 191-211 |
| |
assoc_dequote_escapes| Name: | assoc_dequote_escapes | | Prototype: | HASH_TABLE * assoc_dequote_escapes (h) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/assoc.c | | Lines: | 213-233 |
| |
assoc_replace| Name: | assoc_replace | | Prototype: | void * assoc_replace (hash, key, value) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/assoc.c | | Lines: | 91-111 |
| |
attempt_shell_completion| Name: | attempt_shell_completion | | Prototype: | static char ** attempt_shell_completion (text, start, end) | | Coverage: | 0.000% (0/315) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 1419-1631 |
| |
bash_backward_kill_shellword| Name: | bash_backward_kill_shellword | | Prototype: | static int bash_backward_kill_shellword (count, key) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 1239-1258 |
| |
bash_backward_shellword| Name: | bash_backward_shellword | | Prototype: | static int bash_backward_shellword (count, key) | | Coverage: | 0.000% (0/70) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 1161-1215 |
| |
bash_brace_completion| Name: | bash_brace_completion | | Prototype: | int bash_brace_completion (count, ignore) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bracecomp.c | | Lines: | 189-220 |
| |
bash_command_name_stat_hook| Name: | bash_command_name_stat_hook | | Prototype: | static int bash_command_name_stat_hook (name) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 1751-1772 |
| |
bash_complete_command| Name: | bash_complete_command | | Prototype: | static int bash_complete_command (ignore, ignore2) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3647-3652 |
| |
bash_complete_command_internal| Name: | bash_complete_command_internal | | Prototype: | static int bash_complete_command_internal (what_to_do) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3675-3680 |
| |
bash_complete_filename| Name: | bash_complete_filename | | Prototype: | static int bash_complete_filename (ignore, ignore2) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3570-3575 |
| |
bash_complete_filename_internal| Name: | bash_complete_filename_internal | | Prototype: | static int bash_complete_filename_internal (what_to_do) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3584-3617 |
| |
bash_complete_hostname| Name: | bash_complete_hostname | | Prototype: | static int bash_complete_hostname (ignore, ignore2) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3619-3624 |
| |
bash_complete_hostname_internal| Name: | bash_complete_hostname_internal | | Prototype: | static int bash_complete_hostname_internal (what_to_do) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3661-3666 |
| |
bash_complete_username| Name: | bash_complete_username | | Prototype: | static int bash_complete_username (ignore, ignore2) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3549-3554 |
| |
bash_complete_username_internal| Name: | bash_complete_username_internal | | Prototype: | static int bash_complete_username_internal (what_to_do) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3563-3568 |
| |
bash_complete_variable| Name: | bash_complete_variable | | Prototype: | static int bash_complete_variable (ignore, ignore2) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3633-3638 |
| |
bash_complete_variable_internal| Name: | bash_complete_variable_internal | | Prototype: | static int bash_complete_variable_internal (what_to_do) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3668-3673 |
| |
bash_dabbrev_expand| Name: | bash_dabbrev_expand | | Prototype: | static int bash_dabbrev_expand (count, key) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3509-3546 |
| |
bash_default_completion| Name: | bash_default_completion | | Prototype: | char ** bash_default_completion (text, start, end, qc, compflags) | | Coverage: | 0.000% (0/127) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 1633-1749 |
| |
bash_dequote_filename| Name: | bash_dequote_filename | | Prototype: | static char * bash_dequote_filename (text, quote_char) | | Coverage: | 0.000% (0/32) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3873-3917 |
| |
bash_dequote_text| Name: | bash_dequote_text | | Prototype: | char * bash_dequote_text (text) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 4327-4337 |
| |
bash_directory_completion_hook| Name: | bash_directory_completion_hook | | Prototype: | static int bash_directory_completion_hook (dirname) | | Coverage: | 0.000% (0/224) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3224-3398 |
| |
bash_directory_completion_matches| Name: | bash_directory_completion_matches | | Prototype: | char ** bash_directory_completion_matches (text) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 4298-4325 |
| |
bash_directory_expansion| Name: | bash_directory_expansion | | Prototype: | static void bash_directory_expansion (dirname) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3029-3054 |
| |
bash_event_hook| Name: | bash_event_hook | | Prototype: | static int bash_event_hook () | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 4343-4355 |
| |
bash_execute_unix_command| Name: | bash_execute_unix_command | | Prototype: | static int bash_execute_unix_command (count, key) | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 4089-4173 |
| |
bash_filename_rewrite_hook| Name: | bash_filename_rewrite_hook | | Prototype: | static char * bash_filename_rewrite_hook (fname, fnlen) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3057-3068 |
| |
bash_filename_stat_hook| Name: | bash_filename_stat_hook | | Prototype: | static int bash_filename_stat_hook (dirname) | | Coverage: | 0.000% (0/68) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3144-3218 |
| |
bash_forward_shellword| Name: | bash_forward_shellword | | Prototype: | static int bash_forward_shellword (count, key) | | Coverage: | 0.000% (0/189) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 1052-1159 |
| |
bash_glob_complete_word| Name: | bash_glob_complete_word | | Prototype: | static int bash_glob_complete_word (count, key) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3752-3768 |
| |
bash_glob_completion_internal| Name: | bash_glob_completion_internal | | Prototype: | static int bash_glob_completion_internal (what_to_do) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3731-3736 |
| |
bash_glob_expand_word| Name: | bash_glob_expand_word | | Prototype: | static int bash_glob_expand_word (count, key) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3770-3775 |
| |
bash_glob_list_expansions| Name: | bash_glob_list_expansions | | Prototype: | static int bash_glob_list_expansions (count, key) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3777-3782 |
| |
bash_glob_quote_filename| Name: | bash_glob_quote_filename | | Prototype: | static char * bash_glob_quote_filename (s, rtype, qcp) | | Coverage: | 0.000% (0/42) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3740-3750 |
| |
bash_groupname_completion_function| Name: | bash_groupname_completion_function | | Prototype: | char * bash_groupname_completion_function (text, state) | | Coverage: | 0.000% (0/64) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 2463-2500 |
| |
bash_ignore_everything| Name: | bash_ignore_everything | | Prototype: | static int bash_ignore_everything (names) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 2965-2971 |
| |
bash_ignore_filenames| Name: | bash_ignore_filenames | | Prototype: | static int bash_ignore_filenames (names) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 2950-2956 |
| |
bash_kill_shellword| Name: | bash_kill_shellword | | Prototype: | static int bash_kill_shellword (count, key) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 1217-1237 |
| |
bash_possible_command_completions| Name: | bash_possible_command_completions | | Prototype: | static int bash_possible_command_completions (ignore, ignore2) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3654-3659 |
| |
bash_possible_filename_completions| Name: | bash_possible_filename_completions | | Prototype: | static int bash_possible_filename_completions (ignore, ignore2) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3577-3582 |
| |
bash_possible_hostname_completions| Name: | bash_possible_hostname_completions | | Prototype: | static int bash_possible_hostname_completions (ignore, ignore2) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3626-3631 |
| |
bash_possible_username_completions| Name: | bash_possible_username_completions | | Prototype: | static int bash_possible_username_completions (ignore, ignore2) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3556-3561 |
| |
bash_possible_variable_completions| Name: | bash_possible_variable_completions | | Prototype: | static int bash_possible_variable_completions (ignore, ignore2) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3640-3645 |
| |
bash_push_line| Name: | bash_push_line | | Prototype: | static int bash_push_line () | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 640-651 |
| |
bash_quote_filename| Name: | bash_quote_filename | | Prototype: | static char * bash_quote_filename (s, rtype, qcp) | | Coverage: | 0.000% (0/66) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3975-4069 |
| |
bash_re_edit| Name: | bash_re_edit | | Prototype: | int bash_re_edit (line) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 655-666 |
| |
bash_servicename_completion_function| Name: | bash_servicename_completion_function | | Prototype: | char * bash_servicename_completion_function (text, state) | | Coverage: | 0.000% (0/121) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 2405-2458 |
| |
bash_specific_completion| Name: | bash_specific_completion | | Prototype: | static int bash_specific_completion (what_to_do, generator) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3784-3808 |
| |
bash_vi_complete| Name: | bash_vi_complete | | Prototype: | static int bash_vi_complete (count, key) | | Coverage: | 0.000% (0/39) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3817-3866 |
| |
bashline_reset| Name: | bashline_reset | | Prototype: | void bashline_reset () | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 617-633 |
| |
bashline_reset_event_hook| Name: | bashline_reset_event_hook | | Prototype: | void bashline_reset_event_hook () | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 606-610 |
| |
bashline_set_event_hook| Name: | bashline_set_event_hook | | Prototype: | void bashline_set_event_hook () | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 600-604 |
| |
beyond| Name: | beyond | | Prototype: | static void beyond () | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/test.c | | Lines: | 144-148 |
| |
bind_arrow_keys| Name: | bind_arrow_keys | | Prototype: | static void bind_arrow_keys (void) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/lib/readline/readline.c | | Lines: | 1334-1347 |
| |
bind_arrow_keys_internal| Name: | bind_arrow_keys_internal | | Prototype: | static void bind_arrow_keys_internal (Keymap map) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/lib/readline/readline.c | | Lines: | 1269-1329 |
| |
bind_bracketed_paste_prefix| Name: | bind_bracketed_paste_prefix | | Prototype: | static void bind_bracketed_paste_prefix (void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/lib/readline/readline.c | | Lines: | 1349-1363 |
| |
bind_builtin| Name: | bind_builtin | | Prototype: | int bind_builtin (list) | | Coverage: | 0.000% (0/112) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/builtins/bind.def | | Lines: | 110-291 |
| |
bind_comp_words| Name: | bind_comp_words | | Prototype: | static SHELL_VAR * bind_comp_words (lwords) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/pcomplete.c | | Lines: | 953-974 |
| |
bind_compfunc_variables| Name: | bind_compfunc_variables | | Prototype: | static void bind_compfunc_variables (line, ind, lwords, cw, exported) | | Coverage: | 0.000% (0/40) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/pcomplete.c | | Lines: | 977-1028 |
| |
bind_keyseq_to_unix_command| Name: | bind_keyseq_to_unix_command | | Prototype: | int bind_keyseq_to_unix_command (line) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 4242-4293 |
| |
bind_termcap_arrow_keys| Name: | bind_termcap_arrow_keys | | Prototype: | static void bind_termcap_arrow_keys (Keymap map) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/lib/readline/terminal.c | | Lines: | 581-600 |
| |
bool_to_int| Name: | bool_to_int | | Prototype: | static int bool_to_int (const char *value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/lib/readline/bind.c | | Lines: | 1905-1911 |
| |
boolean_varname| Name: | boolean_varname | | Prototype: | static const char * boolean_varname (int i) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/lib/readline/bind.c | | Lines: | 1807-1811 |
| |
build_arg_list| Name: | build_arg_list | | Prototype: | static WORD_LIST * build_arg_list (cmd, cname, text, lwords, ind) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/pcomplete.c | | Lines: | 1058-1088 |
| |
build_history_completion_array| Name: | build_history_completion_array | | Prototype: | static void build_history_completion_array () | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 3404-3448 |
| |
builtin_help| Name: | builtin_help | | Prototype: | void builtin_help () | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/builtins/help.def | | Lines: | 193-213 |
| |
cdxattr| Name: | cdxattr | | Prototype: | static int cdxattr (dir, ndirp) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/builtins/cd.def | | Lines: | 189-232 |
| |
cfree| Name: | cfree | | Prototype: | void cfree (mem) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/lib/malloc/malloc.c | | Lines: | 1366-1371 |
| |
char_is_quoted| Name: | char_is_quoted | | Prototype: | int char_is_quoted (string, eindex) | | Coverage: | 0.000% (0/78) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/subst.c | | Lines: | 2138-2189 |
| |
check_mail| Name: | check_mail | | Prototype: | void check_mail () | | Coverage: | 0.000% (0/38) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/mailcheck.c | | Lines: | 416-491 |
| |
check_redir| Name: | check_redir | | Prototype: | static int check_redir (ti) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/bashline.c | | Lines: | 1274-1303 |
| |
check_signals_and_traps| Name: | check_signals_and_traps | | Prototype: | void check_signals_and_traps () | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/trap.c | | Lines: | 510-516 |
| |
chkinfnan| Name: | chkinfnan | | Prototype: | static int chkinfnan(p, d, mode) | | Coverage: | 0.000% (0/46) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/lib/sh/snprintf.c | | Lines: | 956-984 |
| |
clean_itemlist| Name: | clean_itemlist | | Prototype: | void clean_itemlist (itp) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/pcomplete.c | | Lines: | 237-254 |
| |