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

/vbox/src/VBox/Debugger/
H A DDBGCCmdWorkers.cpp209 char *pszScratch = pDbgc->pszScratch; local
213 size_t cbScratch = sizeof(pDbgc->achScratch) - (pDbgc->pszScratch - &pDbgc->achScratch[0]);
216 memcpy(pDbgc->pszScratch, pBp->szCmd, pBp->cchCmd + 1);
219 pDbgc->pszScratch = pDbgc->pszScratch + pBp->cchCmd + 1;
220 int rc = dbgcEvalCommand(pDbgc, pszScratch, pBp->cchCmd, false /* fNoExecute */);
224 pDbgc->pszScratch = pszScratch;
H A DDBGCEval.cpp87 return sizeof(pDbgc->achScratch) - (pDbgc->pszScratch - &pDbgc->achScratch[0]);
102 char *psz = pDbgc->pszScratch;
103 pDbgc->pszScratch += cbRequested;
1000 size_t cbScratch = sizeof(pDbgc->achScratch) - (pDbgc->pszScratch - &pDbgc->achScratch[0]);
1001 size_t cch = pDbgc->CmdHlp.pfnStrPrintf(&pDbgc->CmdHlp, pDbgc->pszScratch, cbScratch, "%Dv", pArg);
1006 pArg->u.pszString = pDbgc->pszScratch;
1010 pDbgc->pszScratch += cch + 1;
H A DDBGConsole.cpp370 pDbgc->pszScratch = pszTrg + 1;
619 pDbgc->pszScratch = &pDbgc->achInput[0];
944 pDbgc->pszScratch = &pDbgc->achScratch[0];
H A DDBGCInternal.h199 char *pszScratch; member in struct:DBGC

Completed in 100 milliseconds