Lines Matching refs:rso
80 for($i = 0; $i <= $#rso; $i++) {
82 for ($j = 0; $j <= $#rso; $j++) {
86 print $rso[$j];
87 if ($j < $#rso) { print ","; }
89 print "\">$rso[$i]</a>\n";
109 @rso = (SUITE, HOST, DATE, UNAME);
116 @rso = ();
119 if ($so[$i] =~ /host/i) { push(@rso, HOST); }
120 elsif ($so[$i] =~ /date/i) { push(@rso, DATE); }
121 elsif ($so[$i] =~ /suite/i) { push(@rso, SUITE); }
122 elsif ($so[$i] =~ /uname/i) { push(@rso, UNAME); }
155 @ri = sort { ($a->{$rso[0]} cmp $b->{$rso[0]})*$rsd[0]
156 || ($a->{$rso[1]} cmp $b->{$rso[1]})*$rsd[1]
157 || ($a->{$rso[2]} cmp $b->{$rso[2]})*$rsd[2]
158 || ($a->{$rso[3]} cmp $b->{$rso[3]})*$rsd[3] } @ri;
161 $last->{$rso[0]} = "";
162 $last->{$rso[1]} = "";
163 $last->{$rso[2]} = "";
176 $this->{$rso[0]} = $rp->{$rso[0]};
177 $this->{$rso[1]} = $rp->{$rso[1]};
178 $this->{$rso[2]} = $rp->{$rso[2]};
179 $this->{$rso[3]} = $rp->{$rso[3]};
182 for ($i = 0; $i <= $#rso; $i++) {
183 if ($last->{$rso[$i]} ne $this->{$rso[$i]}) {
194 for ($i = $thisindent; $i <= $#rso; $i++) {
196 if ($i == $#rso) {
199 print "$this->{$rso[$i]}";
200 if ($i == $#rso) {
203 if ($i == $#rso) {
214 $last->{$rso[0]} = $this->{$rso[0]};
215 $last->{$rso[1]} = $this->{$rso[1]};
216 $last->{$rso[2]} = $this->{$rso[2]};