Lines Matching refs:where
27 local where i cur serial
31 where=OPTIONS
36 where=OPT_SERIAL
39 where=OPT_SLOT
42 where=OPTIONS
45 if [[ $where == OPT_SERIAL ]]; then
46 where=OPT_SERIAL_ARG
48 elif [[ $where == OPT_SLOT ]]; then
49 where=OPT_SLOT_ARG
51 where=COMMAND
58 if [[ $where == COMMAND && $i -ge $COMP_CWORD ]]; then
59 where=OPTIONS
65 case $where in