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

/freebsd-10.0-release/contrib/libgnuregex/
H A Dregex_internal.h522 /* Array type used in re_sub_match_last_t and re_sub_match_top_t. */
538 } re_sub_match_last_t; typedef in typeref:struct:__anon1642
551 re_sub_match_last_t **lasts;
H A Dregexec.c31 static re_sub_match_last_t * match_ctx_add_sublast (re_sub_match_top_t *subtop,
155 re_sub_match_last_t *sub_last,
2728 re_sub_match_last_t *sub_last;
2854 re_sub_match_last_t *sub_last, int bkref_node, int bkref_str)
4212 re_sub_match_last_t *last = top->lasts[sl_idx];
4348 static re_sub_match_last_t *
4352 re_sub_match_last_t *new_entry;
4356 re_sub_match_last_t **new_array = re_realloc (subtop->lasts,
4357 re_sub_match_last_t *,
4364 new_entry = calloc (1, sizeof (re_sub_match_last_t));
[all...]

Completed in 157 milliseconds