Searched refs:REPLY (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/ksh93/tests/
H A Dcoprocess.sh47 print -r "$1 $REPLY"
88 set -- $REPLY
96 *) err_exit "$cat coprocess unknown message +|$REPLY|+" ;;
118 got=$REPLY
222 [[ $REPLY == "$exp" ]] || err_exit "REPLY from $cat coprocess failed -- expected '$exp', got '$REPLY'"
248 [[ $REPLY == foo ]] || err_exit "first REPLY from $cat coprocess is $REPLY no
[all...]
H A Dio.sh207 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"
[all...]
H A Dselect.sh57 *) if [[ $REPLY != foo ]]
58 then err_exit "select REPLY not correct" 2>&3
H A Dbuiltins.sh77 [[ $REPLY == 'hello world' ]] || err_exit "read builtin failed"
86 [[ $REPLY == 'hello world' ]] || err_exit "read continuation failed"
90 [[ $REPLY == 'hello world' ]] || err_exit "read builtin failed"
96 [[ $REPLY == 'hello world' ]] || err_exit "read continuation2 failed"
108 if [[ $REPLY != ab ]]
H A Dcomvar.sh307 [[ $REPLY == 'last line' ]] || err_exit "\$REPLY=$REPLY should be 'last line"
H A Dvariables.sh78 # REPLY
82 if [[ $REPLY != foobar ]]
83 then err_exit REPLY variable not working
/ast/src/cmd/ksh93/sh/
H A Dmacro.c1299 if(mp->shp->cur_line && *id=='R' && strcmp(id,"REPLY")==0)
/ast/src/cmd/mailx/
H A Dmailx.h548 #define REPLY (1<<4) macro

Completed in 25 milliseconds