Lines Matching refs:PL_compiling
241 PL_curcop = &PL_compiling; /* needed by ckWARN, right away */ in perl_construct()
406 PL_compiling.cop_file = NULL; in perl_construct()
407 PL_compiling.cop_warnings = NULL; in perl_construct()
896 PL_curcop = &PL_compiling; in perl_destruct()
959 CopFILE_free(&PL_compiling); in perl_destruct()
1269 free_and_set_cop_warnings(&PL_compiling, NULL); in perl_destruct()
1270 cophh_free(CopHINTHASH_get(&PL_compiling)); in perl_destruct()
1271 CopHINTHASH_set(&PL_compiling, cophh_new_empty()); in perl_destruct()
1272 CopFILE_free(&PL_compiling); in perl_destruct()
3905 free_and_set_cop_warnings(&PL_compiling, pWARN_ALL); in Perl_moreswitches()
3910 free_and_set_cop_warnings(&PL_compiling, pWARN_NONE); in Perl_moreswitches()
4140 CopSTASH_set(&PL_compiling, PL_defstash); in S_init_main_stash()
5301 PL_curcop = &PL_compiling; in Perl_call_list()
5327 PL_curcop = &PL_compiling; in Perl_call_list()
5334 PL_curcop = &PL_compiling; in Perl_call_list()