Home | History | Annotate | Download | only in bash_completion

Lines Matching refs:COMPREPLY

27     COMPREPLY=()
66 COMPREPLY=( $(compgen -W "$OPTIONS $COMMAND" -- "$cur") )
70 COMPREPLY=( $(compgen -W "${devices}" -- ${cur}) )
74 COMPREPLY=( $(compgen -W "$COMMAND" -- "$cur") )
90 COMPREPLY=( $(compgen -W "${args}" -- "${COMP_WORDS[i]}") )
129 COMPREPLY=( $(compgen -W "-l -r -s" -- "${cur}") )
192 COMPREPLY=( $(compgen -W "$COMMAND" -- "$cur") )
205 COMPREPLY=( )
237 COMPREPLY=( $(compgen -W "-k" -- "${cur}") )
249 COMPREPLY=( ${COMPREPLY[@]:-} $(compgen -W "${packages}" -- "${cur}") )
283 COMPREPLY=( $(compgen -W "$OPTIONS" -- "$cur") )
325 COMPREPLY=( ${COMPREPLY[@]:-} "${toks[@]}" )
340 COMPREPLY=( ${COMPREPLY[@]:-} $(compgen -f -- "${cur}") )
343 COMPREPLY=( ${COMPREPLY[@]:-} $(compgen -f -X "${xspec}" -- "${cur}") )
351 files=( ${COMPREPLY[@]:-} $(compgen -f -- "${cur}") )
353 files=( ${COMPREPLY[@]:-} $(compgen -f -X "${xspec}" -- "${cur}") )
356 COMPREPLY=( $(
369 COMPREPLY=( ${COMPREPLY[@]:-} $(