Searched refs:OP_DIE (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/perl/ |
H A D | opnames.h | 212 OP_DIE = 195, enumerator
|
H A D | class.c | 735 valop = newLISTOPn(OP_DIE, 0, in Perl_class_seal_stash()
|
H A D | perly.y | 639 $$ = newLISTOP(OP_DIE, 0, newOP(OP_PUSHMARK, 0),
|
H A D | peep.c | 1261 if (type != OP_EXIT && type != OP_WARN && type != OP_DIE) { in S_finalize_op()
|
H A D | perly.act | 712 (yyval.opval) = newLISTOP(OP_DIE, 0, newOP(OP_PUSHMARK, 0),
|
H A D | toke.c | 8114 LOP(OP_DIE,XTERM); in yyl_word_or_keyword()
|
H A D | op.c | 4332 case OP_DIE: in S_is_control_transfer()
|