Searched refs:hexbuf (Results 1 – 2 of 2) sorted by relevance
324 char_u hexbuf[11]; in transstr() local342 transchar_hex(hexbuf, c); in transstr()343 len += (int)STRLEN(hexbuf); in transstr()
6222 char_u hexbuf[10]; in f_term_getansicolors() local6244 sprintf((char *)hexbuf, "#%02x%02x%02x", in f_term_getansicolors()6246 if (list_append_string(list, hexbuf, 7) == FAIL) in f_term_getansicolors()