Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c5387 #define Lpositive F->temp_32[0] in match() macro
5391 Lpositive = (*Fecode == OP_ASSERT || *Fecode == OP_ASSERTBACK); in match()
5412 condition = Lpositive; /* TRUE for positive assertion */ in match()
5422 condition = !Lpositive; /* TRUE for negative assertion */ in match()
5430 condition = !Lpositive; in match()
5449 #undef Lpositive in match()

Completed in 15 milliseconds