Lines Matching defs:posixes
9455 SV* posixes = NULL; /* Code points that match classes like [:word:],
10305 ? &posixes
10766 SvREFCNT_dec(posixes);
10929 if (posixes || nposixes) {
10932 /* For everything but /d, we can just add the current 'posixes' and
10934 if (posixes) {
10936 _invlist_union(cp_list, posixes, &cp_list);
10937 SvREFCNT_dec_NN(posixes);
10940 cp_list = posixes;
10976 /* Likewise for 'posixes' */
10977 _invlist_union(posixes, cp_list, &cp_list);
10978 SvREFCNT_dec(posixes);
11002 * the upper Latin1 characters in 'posixes' match only when the
11009 _invlist_intersection(posixes, PL_UpperLatin1,
11018 _invlist_subtract(posixes, nonascii_but_latin1_properties,
11019 &posixes);
11023 _invlist_union(cp_list, posixes, &cp_list);
11024 SvREFCNT_dec_NN(posixes);
11025 posixes = NULL;
11028 cp_list = posixes;