Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dvfwprintf.c1729 __STATE state, next_state; in get_arg() local
1762 next_state = __state_table[state][chtype]; in get_arg()
1764 state = next_state; in get_arg()
Dvfprintf.c1808 __STATE state, next_state; in get_arg() local
1864 next_state = __state_table[state][chtype]; in get_arg()
1866 state = next_state; in get_arg()