OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMP_CWORD
(Results
1 - 3
of
3
) 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
91
if [[ $
COMP_CWORD
== $i ]]; then
117
for ((; i <=
COMP_CWORD
; i++)); do
130
cur="${COMP_WORDS[
COMP_CWORD
]}"
145
cur="${COMP_WORDS[
COMP_CWORD
]}"
156
cur="${COMP_WORDS[
COMP_CWORD
]}"
158
if [[ $
COMP_CWORD
== $i ]]; then
160
elif [[ $
COMP_CWORD
== $(($i+1)) ]]; the
[
all
...]
/external/chromium_org/tools/cr/
cr-bash-helpers.sh
45
local cur="${COMP_WORDS[
COMP_CWORD
]}"
47
local completions="$(env
COMP_CWORD
=${
COMP_CWORD
} \
/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 1604 milliseconds