Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dlocal.h383 extern const __ACTION __action_table[MAX_STATE][MAX_CH_CLASS];
Dvfprintf.c1770 const __ACTION __action_table[MAX_STATE][MAX_CH_CLASS] = { variable
1860 action = __action_table[state][chtype]; in get_arg()
Dvfwprintf.c1761 action = __action_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