Home
last modified time | relevance | path

Searched refs:OP_ORASSIGN (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dopnames.h182 OP_ORASSIGN, /* 164 */ enumerator
Dop.c1246 case OP_ORASSIGN: in Perl_mod()
1408 case OP_ORASSIGN: in S_scalar_mod_type()
3282 if (optype == OP_ANDASSIGN || optype == OP_ORASSIGN) { in Perl_newASSIGNOP()
3606 if (type == OP_ANDASSIGN || type == OP_ORASSIGN) in S_new_logop()
6646 case OP_ORASSIGN: in Perl_peep()
Dtoke.c380 yylval.ival = OP_ORASSIGN; in S_ao()