Searched refs:g_stacktop (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Installer/InstallHelper/
H A Dexdll.h37 g_stacktop=stacktop; \
47 static stack_t **g_stacktop; variable
89 if (!g_stacktop || !*g_stacktop)
91 th=(*g_stacktop);
93 *g_stacktop = th->next;
101 if (!g_stacktop)
105 th->next=*g_stacktop;
106 *g_stacktop=th;
H A DVBoxGuestInstallHelper.cpp73 if (!g_stacktop || !*g_stacktop)
77 stack_t *pStack = (*g_stacktop);
83 *g_stacktop = pStack->next;
96 if (!g_stacktop || !*g_stacktop)
100 stack_t *pStack = (*g_stacktop);
105 *g_stacktop = pStack->next;

Completed in 43 milliseconds