Searched refs:RESET_CHARTAB (Results 1 – 1 of 1) sorted by relevance
24 #define RESET_CHARTAB(buf, c) (buf)->b_chartab[(unsigned)(c) >> 3] &= ~(1 << ((c) & 0x7)) macro255 RESET_CHARTAB(buf, c); in buf_init_chartab()