Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dop.c12482 OP *catchroot, *catchstart; in Perl_ck_trycatch() local
12520 catchroot = OpSIBLING(cUNOPx(catchkid)->op_first); in Perl_ck_trycatch()
12521 catchstart = LINKLIST(catchroot); in Perl_ck_trycatch()
12533 catchroot->op_next = o; in Perl_ck_trycatch()