Lines Matching full:then
11 if [ -z "$exclude" ]; then
29 if [ $j -ge 2 ] && [ -n "$first" ]; then
34 if [ $i = $COMP_CWORD ]; then
37 if (($i < ${#COMP_WORDS[@]} - 1)); then
45 if [ $i = $COMP_CWORD ]; then
55 if [ $preload_get_comp_words_by_ref = "true" ]; then
63 if [ "$1" = "-n" ]; then
92 if [ $preload__ltrim_colon_completions = "true" ]; then
99 if [[ "$1" == *:* && "$COMP_WORDBREAKS" == *:* ]]; then
117 if [ $preload__ltrim_colon_completions = "true" ]; then
132 if [[ ${words[i]} == $1 ]]; then
136 if [[ ${words[i]} == $cmd_ ]]; then
155 if [ -z $prev_skip_opts ]; then
156 if [[ $cur == --* ]]; then
164 $prev_skip_opts == @(record|stat|top) ]]; then
170 if [[ "$cur1" == */* && ${cur1#*/} =~ ^[A-Z] ]]; then
178 if [[ "$s" == *cpu/* ]]; then
191 if [[ "$cur1" == , ]]; then
199 |data|help|script|test|timechart|trace) ]]; then
204 if [[ $cur == --* ]]; then
214 if [[ -n ${ZSH_VERSION-} ]]; then
244 if [[ "$cur_" == *:* ]]; then
278 if [[ "$COMP_WORDBREAKS" != *,* ]]; then
283 if [[ "$COMP_WORDBREAKS" == *:* ]]; then
289 if [ $preload_get_comp_words_by_ref = "true" ]; then