re_sub_match_last_t  589 compat/regex/regex_internal.h   re_sub_match_last_t **lasts;
re_sub_match_last_t   32 compat/regex/regexec.c static re_sub_match_last_t * match_ctx_add_sublast (re_sub_match_top_t *subtop,
re_sub_match_last_t  155 compat/regex/regexec.c 				     re_sub_match_last_t *sub_last,
re_sub_match_last_t 2709 compat/regex/regexec.c       re_sub_match_last_t *sub_last;
re_sub_match_last_t 2835 compat/regex/regexec.c 		re_sub_match_last_t *sub_last, int bkref_node, int bkref_str)
re_sub_match_last_t 4196 compat/regex/regexec.c 	  re_sub_match_last_t *last = top->lasts[sl_idx];
re_sub_match_last_t 4332 compat/regex/regexec.c static re_sub_match_last_t *
re_sub_match_last_t 4336 compat/regex/regexec.c   re_sub_match_last_t *new_entry;
re_sub_match_last_t 4340 compat/regex/regexec.c       re_sub_match_last_t **new_array = re_realloc (subtop->lasts,
re_sub_match_last_t 4341 compat/regex/regexec.c 						    re_sub_match_last_t *,
re_sub_match_last_t 4348 compat/regex/regexec.c   new_entry = calloc (1, sizeof (re_sub_match_last_t));