Home
last modified time | relevance | path

Searched refs:running_definition (Results 1 – 4 of 4) sorted by relevance

/dports/lang/perl5.30/perl-5.30.3/
H A Dregcomp.c22330 SV* running_definition = NULL; in Perl_handle_user_defined_property() local
22527 _invlist_union(running_definition, this_definition, in Perl_handle_user_defined_property()
22528 &running_definition); in Perl_handle_user_defined_property()
22531 _invlist_subtract(running_definition, this_definition, in Perl_handle_user_defined_property()
22535 _invlist_intersection(running_definition, this_definition, in Perl_handle_user_defined_property()
22539 _invlist_union_complement_2nd(running_definition, in Perl_handle_user_defined_property()
22558 if (running_definition == NULL) { in Perl_handle_user_defined_property()
22559 running_definition = _new_invlist(1); in Perl_handle_user_defined_property()
22562 return running_definition; in Perl_handle_user_defined_property()
22569 running_definition = NULL; in Perl_handle_user_defined_property()
[all …]
/dports/lang/perl5.34/perl-5.34.0/
H A Dregcomp.c23437 SV* running_definition = NULL; in S_handle_user_defined_property() local
23635 _invlist_union(running_definition, this_definition, in S_handle_user_defined_property()
23636 &running_definition); in S_handle_user_defined_property()
23639 _invlist_subtract(running_definition, this_definition, in S_handle_user_defined_property()
23643 _invlist_intersection(running_definition, this_definition, in S_handle_user_defined_property()
23647 _invlist_union_complement_2nd(running_definition, in S_handle_user_defined_property()
23666 if (running_definition == NULL) { in S_handle_user_defined_property()
23667 running_definition = _new_invlist(1); in S_handle_user_defined_property()
23670 return running_definition; in S_handle_user_defined_property()
23677 running_definition = NULL; in S_handle_user_defined_property()
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregcomp.c23545 SV* running_definition = NULL; in S_handle_user_defined_property() local
23743 _invlist_union(running_definition, this_definition, in S_handle_user_defined_property()
23744 &running_definition); in S_handle_user_defined_property()
23747 _invlist_subtract(running_definition, this_definition, in S_handle_user_defined_property()
23751 _invlist_intersection(running_definition, this_definition, in S_handle_user_defined_property()
23755 _invlist_union_complement_2nd(running_definition, in S_handle_user_defined_property()
23774 if (running_definition == NULL) { in S_handle_user_defined_property()
23775 running_definition = _new_invlist(1); in S_handle_user_defined_property()
23778 return running_definition; in S_handle_user_defined_property()
23785 running_definition = NULL; in S_handle_user_defined_property()
[all …]
/dports/lang/perl5.32/perl-5.32.1/
H A Dregcomp.c23310 SV* running_definition = NULL; in S_handle_user_defined_property() local
23508 _invlist_union(running_definition, this_definition, in S_handle_user_defined_property()
23509 &running_definition); in S_handle_user_defined_property()
23512 _invlist_subtract(running_definition, this_definition, in S_handle_user_defined_property()
23516 _invlist_intersection(running_definition, this_definition, in S_handle_user_defined_property()
23520 _invlist_union_complement_2nd(running_definition, in S_handle_user_defined_property()
23539 if (running_definition == NULL) { in S_handle_user_defined_property()
23540 running_definition = _new_invlist(1); in S_handle_user_defined_property()
23543 return running_definition; in S_handle_user_defined_property()
23550 running_definition = NULL; in S_handle_user_defined_property()
[all …]