Lines Matching refs:condition
578 #define condition frame->Xcondition in match() macro
635 BOOL condition; in match()
684 #define cbegroup condition in match()
686 #define condassert condition in match()
1333 condition = FALSE; in match()
1340 condition = (recno == RREF_ANY || recno == md->recursive->group_num); in match()
1352 condition = recno == md->recursive->group_num; in match()
1353 if (condition) break; in match()
1361 condition = offset < offset_top && md->offset_vector[offset] >= 0; in match()
1371 condition = offset < offset_top && md->offset_vector[offset] >= 0; in match()
1372 if (condition) break; in match()
1393 condition = TRUE; in match()
1419 ecode += condition? PRIV(OP_lengths)[condcode] : codelink; in match()
1431 if (condition || ecode[-(1+LINK_SIZE)] == OP_ALT) in match()
6266 #undef condition