Searched refs:current_regex (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dsed.c626 regex_t *current_regex; local
630 current_regex = G.previous_regex_ptr;
631 if (!current_regex)
634 G.previous_regex_ptr = current_regex = sed_cmd->sub_match;
637 if (REG_NOMATCH == regexec(current_regex, oldline, 10, G.regmatch, 0))
678 } while (*oldline && (regexec(current_regex, oldline, 10, G.regmatch, 0) != REG_NOMATCH));

Completed in 261 milliseconds