Searched refs:plane_str (Results 1 – 1 of 1) sorted by relevance
241 static void parse_plane(ResourceManager& resman, Card& card, const string& plane_str, const OutputI… in parse_plane() argument249 if (!regex_match(plane_str, sm, plane_re)) in parse_plane()250 EXIT("Failed to parse plane option '%s'", plane_str.c_str()); in parse_plane()