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

/seL4-test-master/projects/musllibc/src/regex/
H A Dregcomp.c1674 int flags, int *pos_add, tre_tag_direction_t *tag_directions,
1714 pos += *pos_add;
1809 *pos_add += num_copied;
1826 int pos_add = 0; local
1853 lit->position += pos_add;
1880 STACK_PUSHX(stack, int, pos_add);
1889 pos_add = 0;
1902 pos_add = tre_stack_pop_int(stack);
1903 pos_add_last = pos_add;
1908 int pos_add_save = pos_add;
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 40 milliseconds