Searched refs:maxcol (Results 1 - 1 of 1) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ | ||
H A D | ui.cpp | 97 const size_t maxcol = terminal_width(); local 104 if (iter != words.begin() && maxcol > 0 && 105 curcol + word.length() + 1 > maxcol) { |
Completed in 1340 milliseconds