Searched refs:tag_directions (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/lib/
H A Dtre-match-utils.h175 tre_tag_order(size_t num_tags, tre_tag_direction_t *tag_directions, argument
181 if (tag_directions[i] == TRE_TAG_MINIMIZE)
H A Dtre-compile.c284 tnfa->tag_directions[tag] = direction;
382 tnfa->tag_directions[tag] = TRE_TAG_MAXIMIZE;
384 tnfa->tag_directions[tag] = direction;
456 tnfa->tag_directions[tag] = direction;
596 tnfa->tag_directions[tag_left] = TRE_TAG_MAXIMIZE;
598 tnfa->tag_directions[tag_right] = TRE_TAG_MAXIMIZE;
659 int flags, int *pos_add, tre_tag_direction_t *tag_directions,
712 tag_directions[max] = TRE_TAG_MAXIMIZE;
802 int *position, tre_tag_direction_t *tag_directions,
913 &pos_add, tag_directions,
658 tre_copy_ast(tre_mem_t mem, tre_stack_t *stack, tre_ast_node_t *ast, int flags, int *pos_add, tre_tag_direction_t *tag_directions, tre_ast_node_t **copy, int *max_pos) argument
801 tre_expand_ast(tre_mem_t mem, tre_stack_t *stack, tre_ast_node_t *ast, int *position, tre_tag_direction_t *tag_directions, int *max_depth) argument
1865 tre_tag_direction_t *tag_directions = NULL; local
[all...]
H A Dtre-internal.h240 tre_tag_direction_t *tag_directions; member in struct:tnfa
H A Dtre-match-parallel.c451 if (tre_tag_order(num_tags, tnfa->tag_directions,
H A Dtre-match-backtrack.c370 && tre_tag_order(tnfa->num_tags, tnfa->tag_directions,
H A Dtre-match-approx.c543 tnfa->tag_directions,
724 && !tre_tag_order(num_tags, tnfa->tag_directions,

Completed in 86 milliseconds