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

/macosx-10.9.5/Libc-997.90.3/regex/TRE/lib/
H A Dregexec.c188 if (submatch_data[i].eo_tag == tnfa->end_tag)
191 pmatch[i].rm_eo = tre_tag_get(tags, submatch_data[i].eo_tag);
200 submatch_data[i].eo_tag, pmatch[i].rm_eo));
H A Dtre-internal.h289 int eo_tag; member in struct:tre_submatch_data
H A Dtre-compile.c378 tnfa->submatch_data[id].eo_tag = tag;
601 if (tnfa->submatch_data[b].eo_tag < 0)
1386 int eo = tnfa->submatch_data[i].eo_tag;
1390 tnfa->submatch_data[i].eo_tag =
1391 tnfa->submatch_data[i].eo_tag < num_tags ?
1392 to_reorder[tnfa->submatch_data[i].eo_tag] :
1393 tnfa->submatch_data[i].eo_tag;
1396 tnfa->submatch_data[i].eo_tag));
3061 /* Set the eo_tag value to -1 to indicate that that corresponding
3065 submatch_data[i].eo_tag
[all...]

Completed in 71 milliseconds