Lines Matching defs:accepted
2861 Returns: points to the start of the next opcode if *code is accepted
2862 NULL if *code is not accepted
3049 return NULL; /* Opcode not accepted */
3086 BOOL accepted, invert_bits;
3317 accepted = FALSE; /* Always set in non-unicode case. */
3321 accepted = TRUE;
3344 case 1: accepted = bothprop; break;
3345 case 2: accepted = (base_list[3] == list[3]) != same; break;
3346 case 3: accepted = !same; break;
3349 accepted = risprop && catposstab[base_list[3]][list[3]] == same;
3353 accepted = lisprop && catposstab[list[3]][base_list[3]] == same;
3379 accepted = risprop && lisprop ==
3389 accepted = lisprop && risprop ==
3399 accepted = risprop && lisprop ==
3409 accepted = lisprop && risprop ==
3421 accepted = leftop >= FIRST_AUTOTAB_OP && leftop <= LAST_AUTOTAB_LEFT_OP &&
3425 if (!accepted) return FALSE;