Home
last modified time | relevance | path

Searched refs:next_state (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dvfwprintf.c1727 __STATE state, next_state; in get_arg() local
1760 next_state = __state_table[state][chtype]; in get_arg()
1762 state = next_state; in get_arg()
Dvfprintf.c1803 __STATE state, next_state; in get_arg() local
1859 next_state = __state_table[state][chtype]; in get_arg()
1861 state = next_state; in get_arg()