Lines Matching refs:EXTCONST

5378 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 char PL_no_aelem[]
5401 EXTCONST char PL_no_helem_sv[]
5403 EXTCONST char PL_no_modify[]
5405 EXTCONST char PL_no_mem[sizeof("Out of memory!\n")]
5407 EXTCONST char PL_no_security[]
5409 EXTCONST char PL_no_sock_func[]
5411 EXTCONST char PL_no_dir_func[]
5413 EXTCONST char PL_no_func[]
5415 EXTCONST char PL_no_myglob[]
5417 EXTCONST char PL_no_localize_ref[]
5419 EXTCONST char PL_memory_wrap[]
5421 EXTCONST char PL_extended_cp_format[]
5424 EXTCONST char PL_Yes[]
5426 EXTCONST char PL_No[]
5428 EXTCONST char PL_Zero[]
5446 EXTCONST char PL_hexdigit[]
5456 EXTCONST char PL_sh_path[]
5461 EXTCONST char PL_cshname[]
5470 EXTCONST U8 PL_revision
5472 EXTCONST U8 PL_version
5474 EXTCONST U8 PL_subversion
5477 EXTCONST char PL_uuemap[65]
5483 EXTCONST char PL_isa_DOES[]
5487 EXTCONST char PL_uudmap[256] =
5494 EXTCONST char PL_bitcount[256] =
5501 EXTCONST char* const PL_sig_name[] = { SIG_NAME };
5502 EXTCONST int PL_sig_num[] = { SIG_NUM };
5504 EXTCONST char PL_uudmap[256];
5505 EXTCONST char PL_bitcount[256];
5506 EXTCONST char* const PL_sig_name[];
5507 EXTCONST int PL_sig_num[];
5520 EXTCONST unsigned char PL_fold[] = {
5555 EXTCONST unsigned char PL_fold_latin1[] = {
5601 EXTCONST unsigned char PL_latin1_lc[] = { /* lowercasing */
5638 EXTCONST unsigned char PL_mod_latin1_uc[] = {
5682 EXTCONST unsigned char PL_fold[];
5683 EXTCONST unsigned char PL_fold_latin1[];
5684 EXTCONST unsigned char PL_mod_latin1_uc[];
5685 EXTCONST unsigned char PL_latin1_lc[];
5693 EXTCONST char* const PL_block_type[] = {
5710 EXTCONST char* PL_block_type[];
5719 EXTCONST char PL_bincompat_options[] =
5828 EXTCONST char PL_bincompat_options[];
5850 EXTCONST char *const PL_phase_names[] = {
5860 EXTCONST char *const PL_phase_names[];
6143 EXTCONST U16 PL_interp_size
6153 EXTCONST U16 PL_interp_size_5_18_0
6207 #define PERLVARIC(prefix,var,type,init) EXTCONST type PL_##var INIT(init);
6265 EXTCONST runops_proc_t PL_runops_std
6267 EXTCONST runops_proc_t PL_runops_dbg
6270 #define EXT_MGVTBL EXTCONST MGVTBL
6289 EXTCONST U8 PL_magic_data[256] =
6297 EXTCONST U8 PL_magic_data[256];
6302 EXTCONST bool
6304 EXTCONST bool
6306 EXTCONST bool
6308 EXTCONST bool
6310 EXTCONST bool
6312 EXTCONST bool
6315 EXTCONST U8
6322 EXTCONST U8
6333 EXTCONST bool PL_valid_types_IVX[];
6334 EXTCONST bool PL_valid_types_NVX[];
6335 EXTCONST bool PL_valid_types_PVX[];
6336 EXTCONST bool PL_valid_types_RV[];
6337 EXTCONST bool PL_valid_types_IV_set[];
6338 EXTCONST bool PL_valid_types_NV_set[];
6339 EXTCONST U8 PL_deBruijn_bitpos_tab32[];
6340 EXTCONST U8 PL_deBruijn_bitpos_tab64[];
6357 #define INFNAN_U8_NV_DECL EXTCONST union { U8 u8[NVSIZE]; NV nv; }
6358 #define INFNAN_NV_U8_DECL EXTCONST union { NV nv; U8 u8[NVSIZE]; }
6499 EXTCONST U8 PL_extended_utf8_dfa_tab[] = {
6638 EXTCONST U8 PL_strict_utf8_dfa_tab[] = {
6752 EXTCONST U8 PL_c9_utf8_dfa_tab[] = {
6826 EXTCONST U8 PL_extended_utf8_dfa_tab[];
6827 EXTCONST U8 PL_strict_utf8_dfa_tab[];
6828 EXTCONST U8 PL_c9_utf8_dfa_tab[];