re_sub_match_last_t  566 lib/regex_internal.h   re_sub_match_last_t **lasts;
re_sub_match_last_t   29 lib/regexec.c  static re_sub_match_last_t * match_ctx_add_sublast (re_sub_match_top_t *subtop,
re_sub_match_last_t  132 lib/regexec.c  				     re_sub_match_last_t *sub_last,
re_sub_match_last_t 2631 lib/regexec.c        re_sub_match_last_t *sub_last;
re_sub_match_last_t 2761 lib/regexec.c  		re_sub_match_last_t *sub_last, Idx bkref_node, Idx bkref_str)
re_sub_match_last_t 4053 lib/regexec.c  	  re_sub_match_last_t *last = top->lasts[sl_idx];
re_sub_match_last_t 4186 lib/regexec.c  static re_sub_match_last_t *
re_sub_match_last_t 4189 lib/regexec.c    re_sub_match_last_t *new_entry;
re_sub_match_last_t 4193 lib/regexec.c        re_sub_match_last_t **new_array = re_realloc (subtop->lasts,
re_sub_match_last_t 4194 lib/regexec.c  						    re_sub_match_last_t *,
re_sub_match_last_t 4201 lib/regexec.c    new_entry = calloc (1, sizeof (re_sub_match_last_t));