Searched refs:Perl_ck_bitop (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dopcode.h1182 MEMBER_TO_FPTR(Perl_ck_bitop), /* left_shift */
1183 MEMBER_TO_FPTR(Perl_ck_bitop), /* right_shift */
1205 MEMBER_TO_FPTR(Perl_ck_bitop), /* bit_and */
1206 MEMBER_TO_FPTR(Perl_ck_bitop), /* bit_xor */
1207 MEMBER_TO_FPTR(Perl_ck_bitop), /* bit_or */
1211 MEMBER_TO_FPTR(Perl_ck_bitop), /* complement */
H A Dpp_proto.h7 PERL_CKDEF(Perl_ck_bitop)
H A Dembed.h2189 #define ck_bitop Perl_ck_bitop
4706 #define ck_bitop(a) Perl_ck_bitop(aTHX_ a)
H A Dop.c4804 Perl_ck_bitop(pTHX_ OP *o) function

Completed in 87 milliseconds