Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Drc.c45 #define UNKNOWN_COLOR -2 macro
187 int code = UNKNOWN_COLOR; in from_color_name()
322 if (UNKNOWN_COLOR == (result->fg = from_color_name(tokens[0])) in str_to_attr()
323 || UNKNOWN_COLOR == (result->bg = from_color_name(tokens[1])) in str_to_attr()
324 || UNKNOWN_COLOR == (result->hilite = from_boolean(tokens[2])) in str_to_attr()