Home
last modified time | relevance | path

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

/dragonfly/contrib/tre/lib/
HDregexec.c60 int n, int start_tag, int reset_all) in tre_reset_last_matched_branches() argument
66 n, start_tag, reset_all)); in tre_reset_last_matched_branches()
72 if (start_tag > 0) in tre_reset_last_matched_branches()
76 tre_tag_touch_get(tags, start_tag))); in tre_reset_last_matched_branches()
78 tre_tag_touch_get(tags, start_tag)); in tre_reset_last_matched_branches()
96 lm->start_tag, reset); in tre_reset_last_matched_branches()
138 lm->start_tag, reset); in tre_reset_last_matched_branches()
HDtre-internal.h296 tre_last_matched_branch_pre_t *branches; int n_branches; int start_tag; member
308 tre_last_matched_branch_t *branches; int n_branches; int start_tag; member
HDtre-compile.c135 DPRINT(("..start_tag=%d n_branches=%d branches=%d\n", lm->start_tag, in print_last_matched_pre()
188 lm->start_tag)); in print_last_matched()
941 u->start_tag = b->cmp_tag; in tre_add_tags()
1230 int start_tag; in tre_add_tags() local
1234 start_tag = tre_stack_pop_int(stack); in tre_add_tags()
1244 u->start_tag = start_tag; in tre_add_tags()
1587 uu->start_tag = up->start_tag; in tre_add_tags()