Home
last modified time | relevance | path

Searched refs:optWidth (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp9478 size_t optWidth = 0; in writeToStream() local
9480 optWidth = (std::max)(optWidth, cols.left.size() + 2); in writeToStream()
9482 optWidth = (std::min)(optWidth, consoleWidth/2); in writeToStream()
9486 TextFlow::Column( cols.left ).width( optWidth ).indent( 2 ) + in writeToStream()
9488 TextFlow::Column( cols.right ).width( consoleWidth - 7 - optWidth ); in writeToStream()