Searched refs:PCDBGCOP (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Debugger/
H A DDBGCInternal.h318 typedef const DBGCOP *PCDBGCOP; typedef
388 PCDBGCOP dbgcOperatorLookup(PDBGC pDbgc, const char *pszExpr, bool fPreferBinary, char chPrev);
H A DDBGCEval.cpp466 PCDBGCOP pOp = dbgcOperatorLookup(pDbgc, pszExpr, false, ' ');
640 PCDBGCOP pOpSplit = NULL;
704 PCDBGCOP pOp = dbgcIsOpChar(ch)
1191 PCDBGCOP pOp = dbgcOperatorLookup(pDbgc, psz, fBinary, ' ');
1207 PCDBGCOP pOp = dbgcOperatorLookup(pDbgc, psz, fBinary, ' ');
H A DDBGCOps.cpp1392 PCDBGCOP dbgcOperatorLookup(PDBGC pDbgc, const char *pszExpr, bool fPreferBinary, char chPrev)
1394 PCDBGCOP pOp = NULL;

Completed in 809 milliseconds