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

/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/tests/
H A Dtest-str-source.c28 and increases `pos_add' by the number of bytes read. Returns 1 if the
31 str_handler_get_next(tre_char_t *c, unsigned int *pos_add, void *context) argument
40 *pos_add = 1;
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/lib/
H A Dtre-compile.c659 int flags, int *pos_add, tre_tag_direction_t *tag_directions,
699 pos += *pos_add;
789 *pos_add += num_copied;
807 int pos_add = 0; local
830 DPRINT(("pos_add %d\n", pos_add));
844 lit->position += pos_add;
871 STACK_PUSHX(stack, long, pos_add);
880 pos_add = 0;
894 pos_add
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
[all...]
H A Dtre.h241 int (*get_next_char)(tre_char_t *c, unsigned int *pos_add, void *context);

Completed in 61 milliseconds