Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dpp_ctl.c2427 PERL_CONTEXT *last_eval_cx = 0; in PP() local
2439 gotoprobe = (last_eval_cx ? in PP()
2440 last_eval_cx->blk_eval.old_eval_root : in PP()
2442 last_eval_cx = cx; in PP()