HomeSort by: relevance | last modified time | path
    Searched refs:compgen (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/utils/
bash-autocomplete.sh 6 # better than "compgen -f" because the former honors spaces in pathnames while
7 # the latter doesn't. So we use compgen only when _filedir is not provided.
8 _filedir 2> /dev/null || COMPREPLY=( $( compgen -f ) )
57 COMPREPLY=( $( compgen -W "$flags" -- "") )
62 COMPREPLY=( $( compgen -W "$flags" -- "$cur" ) )
  /src/external/bsd/nsd/dist/contrib/
autocomplete_nsd-control.bash 21 COMPREPLY=($(compgen -W "$WORDS" -- "$cur"))
31 COMPREPLY=($(compgen -W "$WORDS" -- "$cur"))

Completed in 56 milliseconds