Lines Matching refs:PL_Posix_ptrs
6077 my_invlist = invlist_clone(PL_Posix_ptrs[FLAGS(scan)], NULL); in S_study_chunk()
18303 ? PL_Posix_ptrs[classnum] in S_regclass()
19829 official_code_points = &PL_Posix_ptrs[posix_class]; in S_regclass()
23163 PL_Posix_ptrs[_CC_ASCII] = _new_invlist_C_array(uni_prop_ptrs[UNI_ASCII]); in Perl_init_uniprops()
23164 PL_Posix_ptrs[_CC_ALPHANUMERIC] = _new_invlist_C_array(uni_prop_ptrs[UNI_POSIXALNUM]); in Perl_init_uniprops()
23165 PL_Posix_ptrs[_CC_ALPHA] = _new_invlist_C_array(uni_prop_ptrs[UNI_POSIXALPHA]); in Perl_init_uniprops()
23166 PL_Posix_ptrs[_CC_BLANK] = _new_invlist_C_array(uni_prop_ptrs[UNI_POSIXBLANK]); in Perl_init_uniprops()
23167 PL_Posix_ptrs[_CC_CASED] = PL_Posix_ptrs[_CC_ALPHA]; in Perl_init_uniprops()
23168 PL_Posix_ptrs[_CC_CNTRL] = _new_invlist_C_array(uni_prop_ptrs[UNI_POSIXCNTRL]); in Perl_init_uniprops()
23169 PL_Posix_ptrs[_CC_DIGIT] = _new_invlist_C_array(uni_prop_ptrs[UNI_POSIXDIGIT]); in Perl_init_uniprops()
23170 PL_Posix_ptrs[_CC_GRAPH] = _new_invlist_C_array(uni_prop_ptrs[UNI_POSIXGRAPH]); in Perl_init_uniprops()
23171 PL_Posix_ptrs[_CC_LOWER] = _new_invlist_C_array(uni_prop_ptrs[UNI_POSIXLOWER]); in Perl_init_uniprops()
23172 PL_Posix_ptrs[_CC_PRINT] = _new_invlist_C_array(uni_prop_ptrs[UNI_POSIXPRINT]); in Perl_init_uniprops()
23173 PL_Posix_ptrs[_CC_PUNCT] = _new_invlist_C_array(uni_prop_ptrs[UNI_POSIXPUNCT]); in Perl_init_uniprops()
23174 PL_Posix_ptrs[_CC_SPACE] = _new_invlist_C_array(uni_prop_ptrs[UNI_POSIXSPACE]); in Perl_init_uniprops()
23175 PL_Posix_ptrs[_CC_UPPER] = _new_invlist_C_array(uni_prop_ptrs[UNI_POSIXUPPER]); in Perl_init_uniprops()
23176 PL_Posix_ptrs[_CC_VERTSPACE] = NULL; in Perl_init_uniprops()
23177 PL_Posix_ptrs[_CC_WORDCHAR] = _new_invlist_C_array(uni_prop_ptrs[UNI_POSIXWORD]); in Perl_init_uniprops()
23178 PL_Posix_ptrs[_CC_XDIGIT] = _new_invlist_C_array(uni_prop_ptrs[UNI_POSIXXDIGIT]); in Perl_init_uniprops()