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

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregexec.c62 regmatch_t *prev_idx_match, int cur_node,
1426 regmatch_t *prev_idx_match;
1447 prev_idx_match = (regmatch_t *) alloca (nmatch * sizeof (regmatch_t));
1450 prev_idx_match = re_malloc (regmatch_t, nmatch);
1451 if (prev_idx_match == NULL)
1458 memcpy (prev_idx_match, pmatch, sizeof (regmatch_t) * nmatch);
1462 update_regs (dfa, pmatch, prev_idx_match, cur_node, idx, nmatch);
1476 re_free (prev_idx_match);
1486 re_free (prev_idx_match);
1501 re_free (prev_idx_match);
1423 regmatch_t *prev_idx_match; local
1539 update_regs(const re_dfa_t *dfa, regmatch_t *pmatch, regmatch_t *prev_idx_match, int cur_node, int cur_idx, int nmatch) argument
[all...]

Completed in 45 milliseconds