Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dvfwprintf.c1726 __CH_CLASS chtype; in get_arg() local
1759 chtype = ch < (wchar_t) 256 ? __chclass[ch] : OTHER; in get_arg()
1760 next_state = __state_table[state][chtype]; in get_arg()
1761 action = __action_table[state][chtype]; in get_arg()
Dvfprintf.c1802 __CH_CLASS chtype; in get_arg() local
1858 chtype = __chclass[ch]; in get_arg()
1859 next_state = __state_table[state][chtype]; in get_arg()
1860 action = __action_table[state][chtype]; in get_arg()