re_sub_match_last_t  588 lib/regex_internal.h   re_sub_match_last_t **lasts;
re_sub_match_last_t   35 lib/regexec.c  static re_sub_match_last_t * match_ctx_add_sublast (re_sub_match_top_t *subtop,
re_sub_match_last_t  162 lib/regexec.c  				     re_sub_match_last_t *sub_last,
re_sub_match_last_t 2755 lib/regexec.c        re_sub_match_last_t *sub_last;
re_sub_match_last_t 2882 lib/regexec.c  		re_sub_match_last_t *sub_last, Idx bkref_node, Idx bkref_str)
re_sub_match_last_t 4254 lib/regexec.c  	  re_sub_match_last_t *last = top->lasts[sl_idx];
re_sub_match_last_t 4390 lib/regexec.c  static re_sub_match_last_t *
re_sub_match_last_t 4394 lib/regexec.c    re_sub_match_last_t *new_entry;
re_sub_match_last_t 4398 lib/regexec.c        re_sub_match_last_t **new_array = re_realloc (subtop->lasts,
re_sub_match_last_t 4399 lib/regexec.c  						    re_sub_match_last_t *,
re_sub_match_last_t 4406 lib/regexec.c    new_entry = calloc (1, sizeof (re_sub_match_last_t));