Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dlocal.h382 extern const __STATE __state_table[MAX_STATE][MAX_CH_CLASS];
Dvfprintf.c1755 const __STATE __state_table[MAX_STATE][MAX_CH_CLASS] = { variable
1859 next_state = __state_table[state][chtype]; in get_arg()
Dvfwprintf.c1760 next_state = __state_table[state][chtype]; in get_arg()
/picolibc-latest/newlib/
DChangeLog-20156338 * libc/stdio/local.h (__chclass, __state_table, __action_table):
7068 (__chclass, __state_table, __action_table): Declare.
7078 (__chclass, __state_table, __action_table): Prepend __ to name and