Searched defs:cchCol1 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Debugger/
H A DDBGCCommands.cpp444 size_t const cchCol1 = 11; local
446 size_t const cchCol3 = cchMaxWidth - cchCol1 - cchCol2 - 2;
453 if ( cchName <= cchCol1
458 cchCol1, pszName,
466 ssize_t cchPadding = cchCol1 - off;
473 cchPadding = cchCol1 + 1 + cchCol2 - off;
516 off = cchCol1 + 1 + cchCol2;

Completed in 1963 milliseconds