Lines Matching refs:REPLY
207 if [[ $newio && $(print hello | while read -u$n; do print $REPLY; done {n}<&0) != hello ]]
210 [[ $({ read -r; read -u3 3<&0; print -- "$REPLY" ;} <<!
223 [[ $REPLY == +(i) ]] || err_exit "expected iiii..., got $REPLY"
227 [[ $REPLY == {39}(l) ]] || err_exit "expected lll..., got $REPLY"
230 [[ $REPLY == +(9) ]] || err_exit "expected 999..., got $REPLY"
235 [[ $REPLY == +(@) ]] || err_exit "expected @@@..., got $REPLY"
237 [[ $REPLY == +(d) ]] || err_exit "expected ddd..., got $REPLY"
243 [[ $REPLY == +(^) ]] || err_exit "expected ddd..., got $REPLY"
247 [[ $REPLY == {39}(j) ]] || err_exit "<# pattern failed"
250 [[ $REPLY == {39}(l) ]] || err_exit "<## pattern failed to position"
254 [[ $REPLY == *WWWWW* ]] || err_exit '<# not working for pipes'