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

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dsed.c493 static void print_subst_w_backrefs(const char *line, const char *replace, regmatch_t *regmatch) argument
508 /* print out the text held in regmatch[backref] */
509 for (j = regmatch[backref].rm_so; j < regmatch[backref].rm_eo; j++)
520 * fortunately, regmatch[0] contains the indicies to the whole matched
525 for (j = regmatch[0].rm_so; j < regmatch[0].rm_eo; j++)
538 regmatch_t *regmatch = NULL; local
545 regmatch = xmalloc(sizeof(regmatch_t) * (sed_cmd->num_backrefs+1));
550 sed_cmd->num_backrefs+1, regmatch,
[all...]

Completed in 92 milliseconds