Searched refs:from_boolean (Results 1 – 1 of 1) sorted by relevance
170 from_boolean(const char *str) in from_boolean() function324 || UNKNOWN_COLOR == (result->hilite = from_boolean(tokens[2])) in str_to_attr()326 || (tok_count >= 4 && (result->ul = from_boolean(tokens[3])) == -1) in str_to_attr()327 || (tok_count >= 5 && (result->rv = from_boolean(tokens[4])) == -1) in str_to_attr()