OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMP_CWORD
(Results
1 - 4
of
4
) 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]}
/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
/build/make/
envsetup.sh
672
cur="${COMP_WORDS[
COMP_CWORD
]}"
673
prev="${COMP_WORDS[
COMP_CWORD
-1]}"
998
local cur="${COMP_WORDS[
COMP_CWORD
]}"
[
all
...]
Completed in 740 milliseconds