Searched refs:UD_EOI (Results 1 – 3 of 3) sorted by relevance
358 u->inp_peek = UD_EOI; in ud_inp_init()426 if (c == UD_EOI) { in ud_input_skip()
89 } else if (u->inp_peek != UD_EOI) { in inp_peek()93 if ((c = u->inp_hook(u)) != UD_EOI) { in inp_peek()115 if (c != UD_EOI || (c = u->inp_hook(u)) != UD_EOI) { in inp_next()116 u->inp_peek = UD_EOI; in inp_next()
250 #define UD_EOI (-1) macro
Completed in 9 milliseconds