Searched refs:EXTCONST (Results 1 - 17 of 17) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A DEXTERN.h20 #undef EXTCONST macro
28 # define EXTCONST extern const macro
33 # define EXTCONST EXTERN_C __declspec(dllexport) const macro
38 # define EXTCONST EXTERN_C __declspec(dllimport) const macro
45 # define EXTCONST extern __declspec(dllimport) const macro
50 # define EXTCONST extern const macro
H A DINTERN.h19 #undef EXTCONST macro
26 # define EXTCONST __declspec(dllexport) extern const macro
31 # define EXTCONST __declspec(dllexport) const macro
38 # define EXTCONST EXTERN_C const macro
43 # define EXTCONST const macro
H A Debcdic_tables.h47 EXTCONST U8 PL_a2e[256];
49 EXTCONST U8 PL_a2e[256] = {
73 EXTCONST U8 PL_e2a[256];
75 EXTCONST U8 PL_e2a[256] = {
100 EXTCONST U8 PL_utf2e[256];
102 EXTCONST U8 PL_utf2e[256] = {
127 EXTCONST U8 PL_e2utf[256];
129 EXTCONST U8 PL_e2utf[256] = {
156 EXTCONST U8 PL_utf8skip[256];
158 EXTCONST U
[all...]
H A Dperl.h5378 EXTCONST char PL_warn_uninit[]
5380 EXTCONST char PL_warn_uninit_sv[]
5382 EXTCONST char PL_warn_nosemi[]
5384 EXTCONST char PL_warn_reserved[]
5386 EXTCONST char PL_warn_nl[]
5388 EXTCONST char PL_no_wrongref[]
5392 EXTCONST char PL_no_symref[] __attribute__deprecated__
5394 EXTCONST char PL_no_symref_sv[]
5397 EXTCONST char PL_no_usym[]
5399 EXTCONST cha
[all...]
H A Dregnodes.h1596 EXTCONST char * PL_regnode_name[];
1598 EXTCONST char * const PL_regnode_name[] = {
1761 EXTCONST struct regnode_meta PL_regnode_info[];
1763 EXTCONST struct regnode_meta PL_regnode_info[] = {
2848 EXTCONST char * PL_reg_extflags_name[];
2850 EXTCONST char * const PL_reg_extflags_name[] = {
2894 EXTCONST char * PL_reg_intflags_name[];
2896 EXTCONST char * const PL_reg_intflags_name[] = {
2923 EXTCONST U8 PL_varies[] __attribute__deprecated__;
2925 EXTCONST U
[all...]
H A Dperliol.h109 EXTCONST PerlIO_funcs PerlIO_unix;
110 EXTCONST PerlIO_funcs PerlIO_perlio;
111 EXTCONST PerlIO_funcs PerlIO_stdio;
112 EXTCONST PerlIO_funcs PerlIO_crlf;
113 EXTCONST PerlIO_funcs PerlIO_utf8;
114 EXTCONST PerlIO_funcs PerlIO_byte;
115 EXTCONST PerlIO_funcs PerlIO_raw;
116 EXTCONST PerlIO_funcs PerlIO_pending;
H A Dmg_vtable.h107 EXTCONST char * const PL_magic_vtable_names[magic_vtable_max] = {
146 EXTCONST char * const PL_magic_vtable_names[magic_vtable_max];
H A Dopcode.h148 EXTCONST char* const PL_op_name[] INIT({
573 EXTCONST char* const PL_op_desc[] INIT({
1852 EXTCONST U32 PL_opargs[] INIT({
2404 EXTCONST I16 PL_op_private_bitdef_ix[];
2405 EXTCONST U16 PL_op_private_bitdefs[];
2406 EXTCONST char PL_op_private_labels[];
2407 EXTCONST I16 PL_op_private_bitfields[];
2408 EXTCONST U8 PL_op_private_valid[];
2418 EXTCONST char PL_op_private_labels[] = {
2538 EXTCONST I1
[all...]
H A Dutf8.h205 EXTCONST unsigned char PL_utf8skip[];
207 EXTCONST unsigned char PL_utf8skip[] = {
H A Dregcomp.h1109 EXTCONST regexp_engine PL_core_reg_engine;
1111 EXTCONST regexp_engine PL_core_reg_engine = {
H A Dhandy.h1609 EXTCONST U32 PL_charclass[] = {
1614 EXTCONST U32 PL_charclass[];
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dregcomp.pl260 EXTCONST U8 PL_${varname}\[] __attribute__deprecated__;
262 EXTCONST U8 PL_${varname}\[] __attribute__deprecated__ = {
268 EXTCONST U8 PL_${varname}_bitmask[];
270 EXTCONST U8 PL_${varname}_bitmask[] = {
311 EXTCONST U32 PL_EXACTFish_bitmask;
312 EXTCONST U32 PL_EXACT_REQ8_bitmask;
314 EXTCONST U32 PL_EXACTFish_bitmask = 0x$exactf;
315 EXTCONST U32 PL_EXACT_REQ8_bitmask = 0x$req8;
532 EXTCONST struct regnode_meta PL_regnode_info[];
534 EXTCONST struc
[all...]
H A Dopcode.pl830 EXTCONST I16 PL_op_private_bitdef_ix[];
831 EXTCONST U16 PL_op_private_bitdefs[];
832 EXTCONST char PL_op_private_labels[];
833 EXTCONST I16 PL_op_private_bitfields[];
834 EXTCONST U8 PL_op_private_valid[];
844 EXTCONST char PL_op_private_labels[] = {
860 EXTCONST I16 PL_op_private_bitfields[] = {
868 EXTCONST I16 PL_op_private_bitdef_ix[] = {
886 EXTCONST U16 PL_op_private_bitdefs[] = {
894 EXTCONST U
[all...]
H A Dmg_vtable.pl490 EXTCONST char * const PL_magic_vtable_names[magic_vtable_max] = {
494 EXTCONST char * const PL_magic_vtable_names[magic_vtable_max];
H A Dmk_invlists.pl325 EXTCONST $declaration;
329 EXTCONST $declaration = {$comment
/openbsd-current/gnu/usr.bin/perl/ext/Win32CORE/
H A DWin32CORE.c19 #define EXTCONST extern const macro
/openbsd-current/gnu/usr.bin/perl/ext/SDBM_File/
H A Dpair.c12 # define EXTCONST extern const macro

Completed in 459 milliseconds