Searched refs:curop (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dnumconvert.t162 for my $curop (@{$curops[$short]}) {
163 if ($curop < 5) {
164 if ($curop < 3) {
165 if ($curop == 0) {
167 } elsif ($curop == 1) {
172 } elsif ($curop == 3) {
177 } elsif ($curop < 8) {
178 if ($curop == 5) {
180 } elsif ($curop == 6) {
185 } elsif ($curop
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c1985 register OP *curop; local
2028 for (curop = LINKLIST(o); curop != o; curop = LINKLIST(curop)) {
2029 if ((curop->op_type != OP_CONST ||
2030 (curop->op_private & OPpCONST_BARE)) &&
2031 curop->op_type != OP_LIST &&
2032 curop->op_type != OP_SCALAR &&
2033 curop
2063 register OP *curop; local
2743 OP *curop; local
3189 OP *curop; local
[all...]

Completed in 23 milliseconds