Searched refs:parse_color4 (Results 1 – 1 of 1) sorted by relevance
2446 static int parse_color4(char ch) in parse_color4() function2507 fg = parse_color4(str[0]); in parse_color()2508 bg = parse_color4((strlen(str) < 2) ? '-' : str[1]); in parse_color()