Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/t/
Dblockhooks.t11 use t::BHK (); # make sure it gets compiled early
19 use t::BHK;
21 no t::BHK;
25 use t::BHK;
29 no t::BHK;
36 use t::BHK;
38 no t::BHK;
50 use t::BHK;
52 no t::BHK;
64 use t::BHK;
[all …]
DMarkers.pm5 use t::BHK push => "compile/pm/before";
7 use t::BHK push => "compile/pm/inside";
11 use t::BHK push => "compile/pm/after";
DBHK.pm1 package t::BHK;
/openbsd/src/gnu/usr.bin/perl/
Dop.h854 BHK *hk; \
858 hk = INT2PTR(BHK *, SvUVX(sv)); \
860 hk = INT2PTR(BHK *, SvIVX(sv)); \
Dperl.h3257 typedef struct block_hooks BHK; typedef
Dproto.h381 Perl_blockhook_register(pTHX_ BHK *hk);
Dop.c4666 Perl_blockhook_register(pTHX_ BHK *hk) in Perl_blockhook_register()
Dembed.fnc720 |NN BHK *hk
DMANIFEST5089 ext/XS-APItest/t/BHK.pm Helper for ./blockhooks.t
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dapidoc.fnc26 Amxud|void|BhkDISABLE|BHK *hk|which
27 Amxud|void|BhkENABLE|BHK *hk|which
28 mxud|void *|BhkENTRY|BHK *hk|which
29 Amxud|void|BhkENTRY_set|BHK *hk|which|void *ptr
30 mxd|U32|BhkFLAGS|BHK *hk
Dembed.fnc668 Aodxp |void |blockhook_register |NN BHK *hk
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlguts.pod2656 STATIC BHK my_hooks;
2666 =for apidoc Ayh||BHK
2705 Once you have your hook functions, you need a C<BHK> structure to put
2710 your C<BHK> dynamically for some reason, be sure to zero it before you
/openbsd/src/share/misc/
Dairport182 BHK:Bukhara, Uzbekistan
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs531 STATIC BHK bhk_csc, bhk_test;