Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dregcomp.c14188 SV* this_definition; in S_handle_user_defined_property() local
14323 this_definition = sv_2mortal(_new_invlist(2)); in S_handle_user_defined_property()
14324 this_definition = _add_range_to_invlist(this_definition, min, max); in S_handle_user_defined_property()
14344 this_definition = parse_uniprop_string(s0, s - s0, in S_handle_user_defined_property()
14354 if (this_definition == NULL) { in S_handle_user_defined_property()
14359 if (! is_invlist(this_definition)) { /* Unknown at this time */ in S_handle_user_defined_property()
14360 return newSVsv(this_definition); in S_handle_user_defined_property()
14374 _invlist_union(running_definition, this_definition, in S_handle_user_defined_property()
14378 _invlist_subtract(running_definition, this_definition, in S_handle_user_defined_property()
14382 _invlist_intersection(running_definition, this_definition, in S_handle_user_defined_property()
[all …]