Searched refs:CT_PRINT_CHAR (Results 1 – 1 of 1) sorted by relevance
34 #define CT_PRINT_CHAR 0x10 // flag: set for printable chars macro102 g_chartab[c++] = 1 + CT_PRINT_CHAR; in buf_init_chartab()107 g_chartab[c++] = CT_PRINT_CHAR + 1; in buf_init_chartab()110 g_chartab[c++] = CT_PRINT_CHAR + 1; in buf_init_chartab()113 g_chartab[c++] = CT_PRINT_CHAR + 2; in buf_init_chartab()236 g_chartab[c] &= ~CT_PRINT_CHAR; in buf_init_chartab()241 g_chartab[c] |= CT_PRINT_CHAR; in buf_init_chartab()925 return (c >= 0x100 || (c > 0 && (g_chartab[c] & CT_PRINT_CHAR))); in vim_isprintc()939 return (c >= 0x100 || (c > 0 && (g_chartab[c] & CT_PRINT_CHAR))); in vim_isprintc_strict()