Lines Matching refs:who
46 foreach my $who ("PCRE", "RE2") {
49 my $key = sprintf("%s%s/%s", $name, $who, $sizes[$i]);
55 $lastx{$who} = $i;
56 $lasty{$who} = $val;
59 my $color = $color{$who};
60 printf JGR "marktype none color $color linethickness 2 linetype solid label : $who\n";
78 foreach my $who ("PCRE", "RE2") {
79 $x1 = $lastx{$who};
80 $y1 = $lasty{$who};
87 printf JGR "newstring x $x1 y $y1 hjl $v : $who\n";