Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_match.c5596 #define Lpositive F->temp_32[0] in match() macro
5600 Lpositive = (*Fecode == OP_ASSERT || *Fecode == OP_ASSERTBACK); in match()
5621 condition = Lpositive; /* TRUE for positive assertion */ in match()
5631 condition = !Lpositive; /* TRUE for negative assertion */ in match()
5639 condition = !Lpositive; in match()
5658 #undef Lpositive in match()

Completed in 21 milliseconds