Searched refs:text_next (Results 1 – 1 of 1) sorted by relevance
509 char *pattern_next, *text_next; in match_pattern() local515 text_next = match_str(text, reg_map[i][1]); in match_pattern()516 if (!text_next) in match_pattern()520 text = text_next; in match_pattern()528 char *group_start = pattern, *text_next; in match_pattern() local566 text_next = match_number(text, acc_offset); in match_pattern()567 if (!text_next) { in match_pattern()574 text = text_next; in match_pattern()582 char *text_next; in match_pattern() local588 text_next = match_number(text, field_offset); in match_pattern()[all …]