Searched refs:match_group (Results 1 – 2 of 2) sorted by relevance
650 int max_match = 0, match_group = -1, match_end = GROUP_NUMBER, in try_to_sync_pos() local683 match_group = i; in try_to_sync_pos()687 match_group, match_end); in try_to_sync_pos()725 if (guess_pos == match_group) { /* case 1 */ in try_to_sync_pos()728 final_pos = match_group; in try_to_sync_pos()733 final_pos = match_group; in try_to_sync_pos()740 final_pos = match_group; in try_to_sync_pos()
67 STATIC mp_obj_t match_group(mp_obj_t self_in, mp_obj_t no_in) { in match_group() function82 MP_DEFINE_CONST_FUN_OBJ_2(match_group_obj, match_group);93 groups->items[i - 1] = match_group(self_in, MP_OBJ_NEW_SMALL_INT(i)); in match_groups()
Completed in 5 milliseconds