HomeSort by relevance Sort by last modified time
    Searched refs:COMP_CWORD (Results 1 - 12 of 12) sorted by null

  /external/selinux/policycoreutils/setsebool/
setsebool-bash-completion.sh 30 local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]}
43 local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]}
  /sdk/bash_completion/
adb.bash 32 for ((i=1; i <= COMP_CWORD; i++)); do
56 if [[ $where == COMMAND && $i -ge $COMP_CWORD ]]; then
72 if [[ $i -eq $COMP_CWORD ]]; then
90 if [[ $COMP_CWORD == $i ]]; then
116 for ((; i <= COMP_CWORD; i++)); do
129 cur="${COMP_WORDS[COMP_CWORD]}"
144 cur="${COMP_WORDS[COMP_CWORD]}"
155 cur="${COMP_WORDS[COMP_CWORD]}"
157 if [[ $COMP_CWORD == $i ]]; then
159 elif [[ $COMP_CWORD == $(($i+1)) ]]; the
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/clang/
bash-autocomplete.sh 19 cword=$COMP_CWORD
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/clang/
bash-autocomplete.sh 19 cword=$COMP_CWORD
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/clang/
bash-autocomplete.sh 19 cword=$COMP_CWORD
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/clang/
bash-autocomplete.sh 19 cword=$COMP_CWORD
  /prebuilts/clang/host/linux-x86/clang-4579689/share/clang/
bash-autocomplete.sh 19 cword=$COMP_CWORD
  /prebuilts/clang/host/linux-x86/clang-4630689/share/clang/
bash-autocomplete.sh 19 cword=$COMP_CWORD
  /prebuilts/clang/host/linux-x86/clang-4639204/share/clang/
bash-autocomplete.sh 19 cword=$COMP_CWORD
  /prebuilts/clang/host/linux-x86/clang-4691093/share/clang/
bash-autocomplete.sh 19 cword=$COMP_CWORD
  /external/selinux/python/semanage/
semanage-bash-completion.sh 72 local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]}
  /external/selinux/python/sepolicy/
sepolicy-bash-completion.sh 65 local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]}
91 for ((i=0; $i <= $COMP_CWORD; i++)); do

Completed in 350 milliseconds