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

/vbox/src/VBox/Debugger/
H A DDBGCCommands.cpp445 size_t const cchCol2 = 30; local
446 size_t const cchCol3 = cchMaxWidth - cchCol1 - cchCol2 - 2;
454 && cchSyntax <= cchCol2
459 cchCol2, pszSyntax,
473 cchPadding = cchCol1 + 1 + cchCol2 - off;
516 off = cchCol1 + 1 + cchCol2;

Completed in 74 milliseconds