Searched refs:complement_b (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | regcomp_invlist.c | 562 const bool complement_b, SV** output) in Perl__invlist_union_maybe_complement_2nd() argument 613 if (complement_b) { in Perl__invlist_union_maybe_complement_2nd() 675 if (complement_b) { in Perl__invlist_union_maybe_complement_2nd() 693 if (complement_b) { in Perl__invlist_union_maybe_complement_2nd() 840 const bool complement_b, SV** i) in Perl__invlist_intersection_maybe_complement_2nd() argument 887 if (len_a != 0 && complement_b) { in Perl__invlist_intersection_maybe_complement_2nd() 926 if (complement_b) { in Perl__invlist_intersection_maybe_complement_2nd() 1473 Perl__invlistEQ(pTHX_ SV* const a, SV* const b, const bool complement_b) in Perl__invlistEQ() argument 1492 return ! complement_b; in Perl__invlistEQ() 1505 if (complement_b) { in Perl__invlistEQ()
|
| D | proto.h | 6743 …tersection_maybe_complement_2nd(pTHX_ SV * const a, SV * const b, const bool complement_b, SV **i); 6759 Perl__invlist_union_maybe_complement_2nd(pTHX_ SV * const a, SV * const b, const bool complement_b,… 7717 Perl__invlistEQ(pTHX_ SV * const a, SV * const b, const bool complement_b);
|
| D | embed.fnc | 4211 |const bool complement_b \ 4224 |const bool complement_b \ 4898 |const bool complement_b
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | embed.fnc | 2291 |const bool complement_b|NN SV** i 2295 |const bool complement_b|NN SV** output 2349 EXp |bool |_invlistEQ |NN SV* const a|NN SV* const b|const bool complement_b
|