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

/vbox/src/VBox/Debugger/
H A DDBGCFunctions.cpp39 static PDBGCEXTFUNCS g_pExtFuncsHead; variable
103 for (PDBGCEXTFUNCS pExtFuncs = g_pExtFuncsHead; pExtFuncs; pExtFuncs = pExtFuncs->pNext)

Completed in 42 milliseconds