Lines Matching refs:condition
592 BOOL condition; /* Used in conditional groups */ in match() local
5255 condition = FALSE; in match()
5262 condition = (number == RREF_ANY || number == Fcurrent_recurse); in match()
5274 condition = number == Fcurrent_recurse; in match()
5275 if (condition) break; in match()
5283 condition = offset < Foffset_top && Fovector[offset] != PCRE2_UNSET; in match()
5293 condition = offset < Foffset_top && Fovector[offset] != PCRE2_UNSET; in match()
5294 if (condition) break; in match()
5305 condition = TRUE; 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()
5366 if (condition) in match()
5378 Fecode += condition? PRIV(OP_lengths)[*Fecode] : Flength; in match()