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

/vbox/src/VBox/Debugger/
H A DDBGCFunctions.cpp87 if ( !strncmp(pachName, pFunc->pszFuncNm, cchName)
88 && !pFunc->pszFuncNm[cchName])
95 if ( !strncmp(pachName, g_aDbgcFuncs[iFunc].pszFuncNm, cchName)
96 && !g_aDbgcFuncs[iFunc].pszFuncNm[cchName])
107 if ( !strncmp(pachName, pExtFuncs->paFuncs[iFunc].pszFuncNm, cchName)
108 && !pExtFuncs->paFuncs[iFunc].pszFuncNm[cchName])
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,
H A DDBGCCommands.cpp587 dbgcCmdHelpCmdOrFuncFull(pCmdHlp, pFunc->pszFuncNm, fExternal, pFunc->pszSyntax, pFunc->pszDescription,
642 dbgcCmdHelpCmdOrFunc(pCmdHlp, paFuncs[i].pszFuncNm, fExternal, paFuncs[i].pszSyntax, paFuncs[i].pszDescription);
789 if (RTStrSimplePatternMatch(pszPattern, aFixedFuncs[j].paFuncs[i].pszFuncNm))
807 if (RTStrSimplePatternMatch(pszPattern2, pExtFunc->paFuncs[i].pszFuncNm))
/vbox/include/VBox/
H A Ddbg.h992 const char *pszFuncNm; member in struct:DBGCFUNC

Completed in 1553 milliseconds