Searched refs:text_next (Results 1 – 1 of 1) sorted by relevance
514 char *pattern_next, *text_next; in match_pattern() local520 text_next = match_str(text, reg_map[i][1]); in match_pattern()521 if (!text_next) in match_pattern()525 text = text_next; in match_pattern()533 char *group_start = pattern, *text_next; in match_pattern() local571 text_next = match_number(text, acc_offset); in match_pattern()572 if (!text_next) { in match_pattern()579 text = text_next; in match_pattern()587 char *text_next; in match_pattern() local593 text_next = match_number(text, field_offset); in match_pattern()[all …]