Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dlocal.h372 extern const __ACTION __action_table[MAX_STATE][MAX_CH_CLASS];
Dvfprintf.c1775 const __ACTION __action_table[MAX_STATE][MAX_CH_CLASS] = { variable
1865 action = __action_table[state][chtype]; in get_arg()
Dvfwprintf.c1763 action = __action_table[state][chtype]; in get_arg()
/picolibc-3.7.0-3.6.0/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