Home | History | Annotate | Download | only in x86_64-linux-glibc2.11-4.8

Lines Matching refs:REST

883     local I1 I2 I3 I4 I5 I6 I7 I8 I9 REST RET
887 REST="$*"
888 if [ "$REST" ]; then
889 RET=$(_list_reverse $REST)$RET
1120 local I1 I2 I3 I4 I5 I6 I7 I8 I9 REST RET
1124 REST="$*"
1125 if [ -n "$REST" ]; then
1126 RET=$(list_reverse $REST)" "$RET