Lines Matching refs:alt
201 alt="
209 skip="${skip}${alt}!(mode & 'o+r') ||${alt}type == DIR &&${alt}!(mode & 'o+x')"
216 skip="${skip}${alt}level > $depth"
223 skip="${skip}${alt}fstype != '/'.fstype"
225 ?*) skip="${skip} &&${alt}path != '($keep)?(/*)'"
233 skip="${skip}${alt}path == '($drop)?(/*)'"
238 ?*) expr="if (${skip}${alt})${alt} status = SKIP;" ;;
244 expr="${expr}if (${alt}type == LNK &&${alt}level < 3 &&${alt}path == '($keep)?(/*)'${alt})${alt} status = FOLLOW;"