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

/vbox/src/VBox/Debugger/
H A DDBGCFunctions.cpp39 static PDBGCEXTFUNCS g_pExtFuncsHead;
103 for (PDBGCEXTFUNCS pExtFuncs = g_pExtFuncsHead; pExtFuncs; pExtFuncs = pExtFuncs->pNext)
H A DDBGCInternal.h252 typedef DBGCEXTFUNCS *PDBGCEXTFUNCS; typedef
H A DDBGCCommands.cpp659 for (PDBGCEXTFUNCS pExtFunc = g_pExtFuncsHead; pExtFunc; pExtFunc = pExtFunc->pNext)
805 for (PDBGCEXTFUNCS pExtFunc = g_pExtFuncsHead; pExtFunc; pExtFunc = pExtFunc->pNext)

Completed in 56 milliseconds