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

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dui.cpp97 const size_t maxcol = terminal_width(); local
104 if (iter != words.begin() && maxcol > 0 &&
105 curcol + word.length() + 1 > maxcol) {

Completed in 225 milliseconds