Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_match.c5311 #define Lpositive F->temp_32[0] in match() macro
5315 Lpositive = (*Fecode == OP_ASSERT || *Fecode == OP_ASSERTBACK); in match()
5336 condition = Lpositive; /* TRUE for positive assertion */ in match()
5346 condition = !Lpositive; /* TRUE for negative assertion */ in match()
5354 condition = !Lpositive; in match()
5373 #undef Lpositive in match()