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

/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCParser.cpp55 const char *g_pszInput = NULL; variable
74 return g_pszInput != NULL
75 && *g_pszInput != '\0';
94 if (g_pszInput && *g_pszInput)
96 size_t cb = strlen(g_pszInput);
100 memcpy(pvBuf, g_pszInput, cb);
101 g_pszInput += cb;
269 g_pszInput = pszCmds;

Completed in 46 milliseconds