Searched refs:cols (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dui.cpp57 const std::string cols = atf::env::get("COLUMNS"); local
58 if (cols.length() > 0) {
59 width = atf::text::to_type< size_t >(cols);

Completed in 21 milliseconds