Searched refs:colstr (Results 1 – 1 of 1) sorted by relevance
2300 char_u *colstr; in colorname2rgb() local2314 colstr = tv_get_string_strict(&colentry->di_tv); in colorname2rgb()2315 if ((STRLEN(colstr) == 7) && (*colstr == '#')) in colorname2rgb()2317 return decode_hex_color(colstr); in colorname2rgb()2321 semsg(_(e_bad_color_string_str), colstr); in colorname2rgb()