Searched refs:bitspec (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ext/Opcode/ |
| D | Opcode.xs | 28 static void set_opset_bits (pTHX_ char *bitmap, SV *bitspec, int on, const char *opname); 162 set_opset_bits(pTHX_ char *bitmap, SV *bitspec, int on, const char *opname) in set_opset_bits() argument 166 if (SvIOK(bitspec)) { in set_opset_bits() 167 const int myopcode = SvIV(bitspec); in set_opset_bits() 180 else if (SvPOK(bitspec) && SvCUR(bitspec) == (STRLEN)opset_len) { in set_opset_bits() 183 const char * const specbits = SvPV(bitspec, len); in set_opset_bits() 193 opname, (unsigned)SvTYPE(bitspec)); in set_opset_bits() 380 SV *bitspec; variable 390 bitspec = ST(i); 395 bitspec = get_op_bitspec(aTHX_ opname, len, 1); [all …]
|