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

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dbashline.c173 static int bash_specific_completion __P((int, rl_compentry_func_t *));
2539 return bash_specific_completion (what_to_do, rl_username_completion_function);
2631 return bash_specific_completion (what_to_do, hostname_completion_function);
2638 return bash_specific_completion (what_to_do, variable_completion_function);
2645 return bash_specific_completion (what_to_do, command_word_completion_function);
2701 return bash_specific_completion (what_to_do, glob_complete_word);
2751 bash_specific_completion (what_to_do, generator) function

Completed in 65 milliseconds