Searched refs:submatch_data (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/lib/
H A Dregexec.c42 tre_submatch_data_t *submatch_data; local
51 submatch_data = tnfa->submatch_data;
54 if (submatch_data[i].so_tag == tnfa->end_tag)
57 pmatch[i].rm_so = tags[submatch_data[i].so_tag];
59 if (submatch_data[i].eo_tag == tnfa->end_tag)
62 pmatch[i].rm_eo = tags[submatch_data[i].eo_tag];
70 submatch_data[i].so_tag, pmatch[i].rm_so,
71 submatch_data[i].eo_tag, pmatch[i].rm_eo));
83 parents = submatch_data[
[all...]
H A Dtre-compile.c133 tnfa->submatch_data[id].so_tag = tag;
135 tnfa->submatch_data[id].eo_tag = tag;
243 tnfa->submatch_data[id].parents = NULL;
252 assert(tnfa->submatch_data[id].parents == NULL);
253 tnfa->submatch_data[id].parents = p;
1864 tre_submatch_data_t *submatch_data; local
1950 submatch_data = xcalloc((unsigned)parse_ctx.submatch_id,
1951 sizeof(*submatch_data));
1952 if (submatch_data == NULL)
1954 tnfa->submatch_data
[all...]
H A Dtre-internal.h236 tre_submatch_data_t *submatch_data; member in struct:tnfa

Completed in 121 milliseconds