Home
last modified time | relevance | path

Searched refs:completion_func (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstreamer/data/bash-completion/completions/
Dgst-launch-1.056 local i=1 command function_exists previous_element have_previous_element=0 completion_func
91 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>&1
110 $completion_func
Dgst-inspect-1.051 local i=1 command function_exists completion_func
65 completion_func="_${command//-/_}"
67 completion_func="_gstinspect_${command//-/_}"
70 declare -f $completion_func >/dev/null 2>&1
79 $completion_func
/third_party/e2fsprogs/lib/ss/
Dget_readline.c49 char **(**completion_func)(const char *, int, int); in ss_get_readline() local
91 if ((completion_func = in ss_get_readline()
93 *completion_func = ss_rl_completion; in ss_get_readline()