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

/vbox/src/VBox/Debugger/
H A DDBGCCommands.cpp799 const char *pszPattern2 = pszPattern + (*pszPattern == '.' || *pszPattern == '?'); local
802 if (RTStrSimplePatternMatch(pszPattern2, pExtCmd->paCmds[i].pszCmd))
807 if (RTStrSimplePatternMatch(pszPattern2, pExtFunc->paFuncs[i].pszFuncNm))

Completed in 50 milliseconds