Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/ext/Opcode/
DOpcode.xs30 static SV *get_op_bitspec (pTHX_ const char *opname, STRLEN len, int fatal);
100 get_op_bitspec(pTHX_ const char *opname, STRLEN len, int fatal) in get_op_bitspec() function
395 bitspec = get_op_bitspec(aTHX_ opname, len, 1);
438 bitspec = get_op_bitspec(aTHX_ opname, len, 1); /* croaks */
460 SV *bitspec = get_op_bitspec(aTHX_ opname, len, 1);