Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dop.c4426 OPCODE cmpoptype = ch->op_type; in Perl_cmpchain_finish() local
4427 ch = CHECKOP(cmpoptype, ch); in Perl_cmpchain_finish()
4428 if(!ch->op_next && ch->op_type == cmpoptype) in Perl_cmpchain_finish()
4439 OPCODE cmpoptype = cmpop->op_type; in Perl_cmpchain_finish() local
4459 cmpop = CHECKOP(cmpoptype, cmpop); in Perl_cmpchain_finish()
4460 if(!cmpop->op_next && cmpop->op_type == cmpoptype) in Perl_cmpchain_finish()