Home | History | Annotate | Download | only in bash_completion

Lines Matching refs:OPTIONS

30     where=OPTIONS
41 where=OPTIONS
48 where=OPTIONS
58 where=OPTIONS
61 OPTIONS="-d -e -s -p"
65 OPTIONS|OPT_SERIAL|OPT_PATH)
66 COMPREPLY=( $(compgen -W "$OPTIONS $COMMAND" -- "$cur") )
116 where=OPTIONS
121 where=OPTIONS
131 if [[ $where == OPTIONS ]]; then
235 where=OPTIONS
240 where=OPTIONS
250 if [[ $where == OPTIONS ]]; then
276 where=OPTIONS
281 where=OPTIONS
296 OPTIONS)
297 COMPREPLY=( $(compgen -W "$OPTIONS" -- "$cur") )