Searched refs:text_next (Results 1 – 1 of 1) sorted by relevance
512 char *pattern_next, *text_next; in match_pattern() local518 text_next = match_str(text, reg_map[i][1]); in match_pattern()519 if (!text_next) in match_pattern()523 text = text_next; in match_pattern()531 char *group_start = pattern, *text_next; in match_pattern() local569 text_next = match_number(text, acc_offset); in match_pattern()570 if (!text_next) { in match_pattern()577 text = text_next; in match_pattern()585 char *text_next; in match_pattern() local592 if (!text_next) { in match_pattern()[all …]