Home | History | Annotate | Download | only in x86_64-linux-glibc2.7-4.6

Lines Matching refs:REST

865     local I1 I2 I3 I4 I5 I6 I7 I8 I9 REST RET
869 REST="$*"
870 if [ "$REST" ]; then
871 RET=$(_list_reverse $REST)$RET
1102 local I1 I2 I3 I4 I5 I6 I7 I8 I9 REST RET
1106 REST="$*"
1107 if [ -n "$REST" ]; then
1108 RET=$(list_reverse $REST)" "$RET