Lines Matching refs:condition
576 #define condition frame->Xcondition in match() macro
633 BOOL condition; in match()
682 #define cbegroup condition in match()
684 #define condassert condition in match()
1331 condition = FALSE; in match()
1338 condition = (recno == RREF_ANY || recno == md->recursive->group_num); in match()
1350 condition = recno == md->recursive->group_num; in match()
1351 if (condition) break; in match()
1359 condition = offset < offset_top && md->offset_vector[offset] >= 0; in match()
1369 condition = offset < offset_top && md->offset_vector[offset] >= 0; in match()
1370 if (condition) break; in match()
1391 condition = TRUE; in match()
1417 ecode += condition? PRIV(OP_lengths)[condcode] : codelink; in match()
1429 if (condition || ecode[-(1+LINK_SIZE)] == OP_ALT) in match()
6264 #undef condition