Home | History | Annotate | Download | only in bash_completion

Lines Matching refs:where

27     local where i cur serial
31 where=OPTIONS
36 where=OPT_SERIAL
39 where=OPT_PATH
42 where=OPTIONS
45 if [[ $where == OPT_SERIAL ]]; then
46 where=OPT_SERIAL_ARG
49 where=COMMAND
56 if [[ $where == COMMAND && $i -ge $COMP_CWORD ]]; then
57 where=OPTIONS
63 case $where in
110 local serial i cur where
115 where=OPTIONS
120 where=OPTIONS
123 where=FILE
130 if [[ $where == OPTIONS ]]; then
323 local serial i where cur packages
331 where=OPTIONS
336 where=OPTIONS
339 where=FILE
346 if [[ $where == OPTIONS ]]; then
373 where=OPTIONS
378 where=OPTIONS
381 where=FILE
392 case $where in