OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMPREPLY
(Results
1 - 2
of
2
) sorted by null
/external/opencore/build_config/default/
setup.sh
128
COMPREPLY
=()
135
COMPREPLY
=( $(compgen -f ${cur}) )
139
COMPREPLY
=( $(compgen -W "${opts}" -- ${cur}) )
/external/webkit/WebKitTools/Scripts/
webkit-tools-completion.sh
37
COMPREPLY
=( $(compgen -W "$1" -- "${COMP_WORDS[COMP_CWORD]}") )
Completed in 469 milliseconds