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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dconfig.c26 static int get_next_char(void) function
59 int c = get_next_char();
87 c = get_next_char();
130 c = get_next_char();
141 c = get_next_char();
159 c = get_next_char();
168 int ch = get_next_char();
175 ch = get_next_char();
185 if (get_next_char() != ']')
195 int c = get_next_char();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-match-utils.h76 str_user_end = str_source->get_next_char(&next_c, &pos_add_next, \
107 str_user_end = str_source->get_next_char(&next_c, &pos_add_next, \
132 str_user_end = str_source->get_next_char(&next_c, &pos_add_next, \
H A Dtre.h234 int (*get_next_char)(tre_char_t *c, unsigned int *pos_add, void *context); member in struct:__anon2741
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/
H A Dtest-str-source.c27 /* The get_next_char() handler. Sets `c' to the value of the next character,
89 s->get_next_char = str_handler_get_next;

Completed in 170 milliseconds