Home
last modified time | relevance | path

Searched refs:re_sub_match_last_t (Results 1 – 2 of 2) sorted by relevance

/posix/
A Dregex_internal.h565 } re_sub_match_last_t; typedef
578 re_sub_match_last_t **lasts;
A Dregexec.c29 static re_sub_match_last_t * match_ctx_add_sublast (re_sub_match_top_t *subtop,
136 re_sub_match_last_t *sub_last,
2654 re_sub_match_last_t *sub_last; in get_subexp()
2784 re_sub_match_last_t *sub_last, Idx bkref_node, Idx bkref_str) in get_subexp_sub()
4095 re_sub_match_last_t *last = top->lasts[sl_idx]; in match_ctx_clean()
4228 static re_sub_match_last_t *
4231 re_sub_match_last_t *new_entry; in match_ctx_add_sublast()
4235 re_sub_match_last_t **new_array = re_realloc (subtop->lasts, in match_ctx_add_sublast()
4236 re_sub_match_last_t *, in match_ctx_add_sublast()
4243 new_entry = calloc (1, sizeof (re_sub_match_last_t)); in match_ctx_add_sublast()

Completed in 14 milliseconds