Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h581 } re_sub_match_last_t; typedef
594 re_sub_match_last_t **lasts;
Dregexec.c34 static re_sub_match_last_t * match_ctx_add_sublast (re_sub_match_top_t *subtop,
161 re_sub_match_last_t *sub_last,
2744 re_sub_match_last_t *sub_last; in get_subexp()
2871 re_sub_match_last_t *sub_last, Idx bkref_node, Idx bkref_str) in get_subexp_sub()
4236 re_sub_match_last_t *last = top->lasts[sl_idx]; in match_ctx_clean()
4372 static re_sub_match_last_t *
4376 re_sub_match_last_t *new_entry; in match_ctx_add_sublast()
4380 re_sub_match_last_t **new_array = re_realloc (subtop->lasts, in match_ctx_add_sublast()
4381 re_sub_match_last_t *, in match_ctx_add_sublast()
4388 new_entry = calloc (1, sizeof (re_sub_match_last_t)); in match_ctx_add_sublast()