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

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h521 /* Array type used in re_sub_match_last_t and re_sub_match_top_t. */
537 } re_sub_match_last_t; typedef in typeref:struct:__anon5500
550 re_sub_match_last_t **lasts;
H A Dregexec.c32 static re_sub_match_last_t * match_ctx_add_sublast (re_sub_match_top_t *subtop,
156 re_sub_match_last_t *sub_last,
2701 re_sub_match_last_t *sub_last;
2827 re_sub_match_last_t *sub_last, int bkref_node, int bkref_str)
4170 re_sub_match_last_t *last = top->lasts[sl_idx];
4306 static re_sub_match_last_t *
4310 re_sub_match_last_t *new_entry;
4314 re_sub_match_last_t **new_array = re_realloc (subtop->lasts,
4315 re_sub_match_last_t *,
4322 new_entry = calloc (1, sizeof (re_sub_match_last_t));
[all...]

Completed in 43 milliseconds