Home
last modified time | relevance | path

Searched refs:get_next_char (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre-match-utils.h75 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 Dtre.h265 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 Dtest-str-source.c89 s->get_next_char = str_handler_get_next; in make_str_source()
/netbsd-src/external/bsd/tre/dist/include/tre/
H A Dtre.h234 int (*get_next_char)(tre_char_t *c, unsigned int *pos_add, void *context); member