Searched refs:__chclass (Results 1 – 4 of 4) sorted by relevance
381 extern const __CH_CLASS __chclass[256];
1720 const __CH_CLASS __chclass[256] = { variable1858 chtype = __chclass[ch]; in get_arg()
1759 chtype = ch < (wchar_t) 256 ? __chclass[ch] : OTHER; 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