Searched refs:pos_add (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/tre/dist/lib/ |
H A D | tre-compile.c | 662 int flags, int *pos_add, tre_tag_direction_t *tag_directions, in tre_copy_ast() argument 702 pos += *pos_add; in tre_copy_ast() 792 *pos_add += num_copied; in tre_copy_ast() 810 int pos_add = 0; in tre_expand_ast() local 833 DPRINT(("pos_add %d\n", pos_add)); in tre_expand_ast() 847 lit->position += pos_add; in tre_expand_ast() 874 STACK_PUSHX(stack, long, pos_add); in tre_expand_ast() 883 pos_add = 0; in tre_expand_ast() 897 pos_add = tre_stack_pop_int(stack); in tre_expand_ast() 898 pos_add_last = pos_add; in tre_expand_ast() [all …]
|
H A D | tre.h | 265 int (*get_next_char)(tre_char_t *c, unsigned int *pos_add, void *context); in __weak_alias()
|
/netbsd-src/external/bsd/tre/dist/tests/ |
H A D | test-str-source.c | 31 str_handler_get_next(tre_char_t *c, unsigned int *pos_add, void *context) in str_handler_get_next() argument 40 *pos_add = 1; in str_handler_get_next()
|
/netbsd-src/external/bsd/tre/dist/include/tre/ |
H A D | tre.h | 234 int (*get_next_char)(tre_char_t *c, unsigned int *pos_add, void *context);
|