Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_exec.c686 #define condassert condition in match() macro
1532 condassert = TRUE; in match()
1535 else condassert = FALSE; in match()
1585 if (condassert) RRETURN(MATCH_MATCH); in match()
1603 condassert = TRUE; in match()
1606 else condassert = FALSE; in match()
1664 if (condassert) RRETURN(MATCH_MATCH); /* Condition assertion */ in match()