Searched refs:prt_hexchar (Results 1 – 1 of 1) sorted by relevance
1399 static char_u prt_hexchar[] = "0123456789abcdef"; variable3366 ch = prt_hexchar[(unsigned)(*p) >> 4]; in mch_print_text_out()3368 ch = prt_hexchar[(*p) & 0xf]; in mch_print_text_out()