Searched refs:fPreferBinary (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Debugger/
H A DDBGCInternal.h388 PCDBGCOP dbgcOperatorLookup(PDBGC pDbgc, const char *pszExpr, bool fPreferBinary, char chPrev);
H A DDBGCOps.cpp1387 * @param fPreferBinary Whether to favour binary or unary operators.
1392 PCDBGCOP dbgcOperatorLookup(PDBGC pDbgc, const char *pszExpr, bool fPreferBinary, char chPrev) argument
1418 if (g_aDbgcOps[iOp].fBinary == fPreferBinary)

Completed in 1120 milliseconds