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

/macosx-10.10.1/vim-55/src/
H A Dhardcopy.c1457 static char_u prt_hexchar[] = "0123456789abcdef"; variable
3526 ch = prt_hexchar[(unsigned)(*p) >> 4];
3528 ch = prt_hexchar[(*p) & 0xf];

Completed in 70 milliseconds