Home
last modified time | relevance | path

Searched refs:prt_hexchar (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dhardcopy.c1399 static char_u prt_hexchar[] = "0123456789abcdef"; variable
3366 ch = prt_hexchar[(unsigned)(*p) >> 4]; in mch_print_text_out()
3368 ch = prt_hexchar[(*p) & 0xf]; in mch_print_text_out()