Searched refs:xdirect_tab (Results 1 – 2 of 2) sorted by relevance
41 static const unsigned char xdirect_tab[128/8] = { variable45 #define isxdirect(ch) ((ch) < 128 && ((xdirect_tab[(ch)>>3] >> (ch & 7)) & 1))
4042 * src/utf7.h (direct_tab, xdirect_tab): Treat tab like space.