Searched refs:cCOP (Results 1 – 4 of 4) sorted by relevance
482 cop_label cCOP->cop_label pvindex484 cop_stashpv cCOP pvindex x485 cop_file cCOP pvindex x487 cop_stash cCOP svindex x488 cop_filegv cCOP svindex x490 cop_seq cCOP->cop_seq U32491 cop_arybase cCOP->cop_arybase I32492 cop_line cCOP->cop_line line_t493 cop_io cCOP->cop_io svindex494 cop_warnings cCOP->cop_warnings svindex
2566 const NV value = SvNVx(GvSV(cCOP->cop_gv)); in PP()2573 match -= cCOP->uop.scop.scop_offset; in PP()2576 else if (match > cCOP->uop.scop.scop_max) in PP()2577 match = cCOP->uop.scop.scop_max; in PP()2578 PL_op = cCOP->uop.scop.scop_next[match]; in PP()2590 match = *(SvPVx_nolen_const(GvSV(cCOP->cop_gv))) & 255; in PP()2591 match -= cCOP->uop.scop.scop_offset; in PP()2594 else if (match > cCOP->uop.scop.scop_max) in PP()2595 match = cCOP->uop.scop.scop_max; in PP()2596 PL_op = cCOP->uop.scop.scop_next[match]; in PP()
376 #define cCOP cCOPx(PL_op) macro
928 cCOP->cop_label = arg; in byterun()936 BSET_cop_stashpv(cCOP, arg); in byterun()943 BSET_cop_file(cCOP, arg); in byterun()951 BSET_cop_stash(cCOP, arg); in byterun()958 BSET_cop_filegv(cCOP, arg); in byterun()966 cCOP->cop_seq = arg; in byterun()973 cCOP->cop_arybase = arg; in byterun()980 cCOP->cop_line = arg; in byterun()987 cCOP->cop_io = arg; in byterun()994 cCOP->cop_warnings = arg; in byterun()