Searched refs:get_next_char (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/tre/dist/lib/ |
H A D | tre-match-utils.h | 75 str_user_end = str_source->get_next_char(&next_c, &pos_add_next, \ 104 str_user_end = str_source->get_next_char(&next_c, &pos_add_next, \ 128 str_user_end = str_source->get_next_char(&next_c, &pos_add_next, \
|
H A D | tre.h | 265 int (*get_next_char)(tre_char_t *c, unsigned int *pos_add, void *context); in __weak_alias() member
|
/netbsd-src/external/bsd/tre/dist/tests/ |
H A D | test-str-source.c | 89 s->get_next_char = str_handler_get_next; in make_str_source()
|
/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); member
|