Searched refs:completion_func (Results 1 – 3 of 3) sorted by relevance
56 local i=1 command function_exists previous_element have_previous_element=0 completion_func91 completion_func="_${command//-/_}"93 completion_func="_gstlaunch_${command//-/_}"97 if [[ "$completion_func" == "_gstlaunch___exclude" ]]99 completion_func="_gstlaunch___exclude_"102 declare -f $completion_func >/dev/null 2>&1110 $completion_func
51 local i=1 command function_exists completion_func65 completion_func="_${command//-/_}"67 completion_func="_gstinspect_${command//-/_}"70 declare -f $completion_func >/dev/null 2>&179 $completion_func
49 char **(**completion_func)(const char *, int, int); in ss_get_readline() local91 if ((completion_func = in ss_get_readline()93 *completion_func = ss_rl_completion; in ss_get_readline()