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
171 if [[ `uname -m` != aarch64 ]]; then
175 if [[ "$cur1" == */* && ${cur1#*/} =~ ^[A-Z] ]]; then
183 if [[ "$s" == *cpu/* ]]; then
196 if [[ "$cur1" == , ]]; then
202 $prev_skip_opts == @(record|stat|top) ]]; then
206 $prev_skip_opts == @(stat) ]]; then
212 |data|help|script|test|timechart|trace) ]]; then
217 if [[ $cur == --* ]]; then
227 if [[ -n ${ZSH_VERSION-} ]]; then
257 if [[ "$cur_" == *:* ]]; then
291 if [[ "$COMP_WORDBREAKS" != *,* ]]; then
296 if [[ "$COMP_WORDBREAKS" == *:* ]]; then
302 if [ $preload_get_comp_words_by_ref = "true" ]; then