Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhighlight.c2262 hex_digit(int c) in hex_digit() function
2281 color = RGB(((hex_digit(hex[1]) << 4) + hex_digit(hex[2])), in decode_hex_color()
2282 ((hex_digit(hex[3]) << 4) + hex_digit(hex[4])), in decode_hex_color()
2283 ((hex_digit(hex[5]) << 4) + hex_digit(hex[6]))); in decode_hex_color()
H A Dgui_haiku.cc4037 hex_digit(int c) in hex_digit() function