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

  /sdk/bash_completion/
adb.bash 31 for ((i=1; i <= COMP_CWORD; i++)); do
57 if [[ $where == COMMAND && $i -ge $COMP_CWORD ]]; then
73 if [[ $i -eq $COMP_CWORD ]]; then
88 if [[ $COMP_CWORD == $i ]]; then
114 for ((; i <= COMP_CWORD; i++)); do
127 cur="${COMP_WORDS[COMP_CWORD]}"
142 cur="${COMP_WORDS[COMP_CWORD]}"
144 if [[ $COMP_CWORD == $i ]]; then
146 elif [[ $COMP_CWORD == $(($i+1)) ]]; then
160 cur="${COMP_WORDS[COMP_CWORD]}"
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkit-tools-completion.sh 37 COMPREPLY=( $(compgen -W "$1" -- "${COMP_WORDS[COMP_CWORD]}") )
52 print('\n'.join([untilLastComma + c.bugzilla_email() + ',' for c in CommitterList().contributors() if c.bugzilla_email().startswith(afterLastComma)]))" "${COMP_WORDS[COMP_CWORD]}" 2>/dev/null ) )
67 if [ $COMP_CWORD -eq 1 ]; then

Completed in 248 milliseconds