Home
last modified time | relevance | path

Searched refs:subtop (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/lib/
Dregexec.c34 static re_sub_match_last_t * match_ctx_add_sublast (re_sub_match_top_t *subtop,
4305 match_ctx_add_sublast (re_sub_match_top_t *subtop, Idx node, Idx str_idx) in match_ctx_add_sublast() argument
4308 if (BE (subtop->nlasts == subtop->alasts, 0)) in match_ctx_add_sublast()
4310 Idx new_alasts = subtop->alasts; in match_ctx_add_sublast()
4311 re_sub_match_last_t **new_array = re_x2realloc (subtop->lasts, in match_ctx_add_sublast()
4316 subtop->lasts = new_array; in match_ctx_add_sublast()
4317 subtop->alasts = new_alasts; in match_ctx_add_sublast()
4322 subtop->lasts[subtop->nlasts] = new_entry; in match_ctx_add_sublast()
4325 ++subtop->nlasts; in match_ctx_add_sublast()