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

/vbox/src/VBox/Debugger/
H A DDBGCCommands.cpp481 ssize_t cchCurWidth = cchMaxWidth - off - 1; local
482 if (cchCurWidth != (ssize_t)cchCol3)
484 else if ((ssize_t)cchDesc <= cchCurWidth)
489 const char *pszEnd = &pszDescription[cchCurWidth];

Completed in 51 milliseconds