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

/vbox/src/VBox/Debugger/
H A DDBGCEval.cpp407 * @param pszFuncNm The function name.
416 static int dbgcEvalSubCall(PDBGC pDbgc, char *pszFuncNm, size_t cchFuncNm, bool fExternal, char *pszArgs, size_t cchArgs, argument
422 PCDBGCFUNC pFunc = dbgcFunctionLookup(pDbgc, pszFuncNm, cchFuncNm, fExternal);
432 int rc = dbgcProcessArguments(pDbgc, pFunc->pszFuncNm,
/vbox/include/VBox/
H A Ddbg.h992 const char *pszFuncNm; member in struct:DBGCFUNC

Completed in 113 milliseconds