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

/seL4-test-master/projects/musllibc/src/regex/
H A Dregcomp.c1675 tre_ast_node_t **copy, int *max_pos)
1739 if (pos > *max_pos)
1740 *max_pos = pos;
1828 int max_pos = 0; local
1854 if (lit->position > max_pos)
1855 max_pos = lit->position;
1921 &max_pos);
1937 &pos_add, NULL, &seq2, &max_pos);
1951 &pos_add, NULL, &copy, &max_pos);
1995 /* `max_pos' shoul
1673 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
[all...]

Completed in 24 milliseconds