Searched refs:bitspec (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/ext/Opcode/ |
| H A D | Opcode.xs | 36 static void set_opset_bits (pTHX_ char *bitmap, SV *bitspec, int on, const char *opname); 164 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) == 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() 392 SV *bitspec; variable 402 bitspec = ST(i); 407 bitspec = get_op_bitspec(aTHX_ opname, len, 1); [all …]
|