Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dopnames.h212 OP_DIE = 195, enumerator
H A Dclass.c735 valop = newLISTOPn(OP_DIE, 0, in Perl_class_seal_stash()
H A Dperly.y639 $$ = newLISTOP(OP_DIE, 0, newOP(OP_PUSHMARK, 0),
H A Dpeep.c1261 if (type != OP_EXIT && type != OP_WARN && type != OP_DIE) { in S_finalize_op()
H A Dperly.act712 (yyval.opval) = newLISTOP(OP_DIE, 0, newOP(OP_PUSHMARK, 0),
H A Dtoke.c8114 LOP(OP_DIE,XTERM); in yyl_word_or_keyword()
H A Dop.c4332 case OP_DIE: in S_is_control_transfer()