Searched refs:__state_table (Results 1 – 4 of 4) sorted by relevance
382 extern const __STATE __state_table[MAX_STATE][MAX_CH_CLASS];
1755 const __STATE __state_table[MAX_STATE][MAX_CH_CLASS] = { variable1859 next_state = __state_table[state][chtype]; in get_arg()
1760 next_state = __state_table[state][chtype]; in get_arg()
6338 * 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