Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcharset.c324 char_u hexbuf[11]; in transstr() local
342 transchar_hex(hexbuf, c); in transstr()
343 len += (int)STRLEN(hexbuf); in transstr()
H A Dterminal.c6222 char_u hexbuf[10]; in f_term_getansicolors() local
6244 sprintf((char *)hexbuf, "#%02x%02x%02x", in f_term_getansicolors()
6246 if (list_append_string(list, hexbuf, 7) == FAIL) in f_term_getansicolors()