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

/vbox/src/bldprogs/
H A DVBoxCPP.cpp122 bool fCmdLine; member in struct:VBCPPMACRO
2579 && !pMacro->fCmdLine)
2599 || pMacro->fCmdLine == pOld->fCmdLine)
2601 if (pMacro->fCmdLine)
2632 * @param fCmdLine Set if originating on the command line.
2637 bool fCmdLine)
2698 pMacro->fCmdLine = fCmdLine;
2755 * @param fCmdLine Se
2634 vbcppMacroAddFn(PVBCPP pThis, const char *pszDefine, size_t cchDefine, const char *pszParams, size_t cchParams, const char *pszValue, size_t cchValue, bool fCmdLine) argument
2757 vbcppMacroAdd(PVBCPP pThis, const char *pszDefine, size_t cchDefine, const char *pszValue, size_t cchValue, bool fCmdLine) argument
[all...]

Completed in 54 milliseconds