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

/vbox/src/bldprogs/
H A DVBoxCPP.cpp1555 const char *pchDefine = ScmStreamCGetWordM1(pStrmInput, &cchDefine); local
1556 AssertReturn(pchDefine, vbcppError(pThis, "Internal error in ScmStreamCGetWordM1"));
1561 PVBCPPMACRO pMacro = vbcppMacroLookup(pThis, pchDefine, cchDefine);
1578 rcExit = vbcppStrBufAppendN(&ExpCtx.StrBuf, pchDefine, cchDefine);
1607 int rc = ScmStreamWrite(&pThis->StrmOutput, pchDefine, cchDefine);
2981 const char *pchDefine = ScmStreamCGetWord(pStrmInput, &cchDefine); local
2982 if (pchDefine)
3042 rcExit = vbcppMacroAddFn(pThis, pchDefine, cchDefine, pchParams, cchParams, pchValue, cchValue, false);
3044 rcExit = vbcppMacroAdd(pThis, pchDefine, cchDefine, pchValue, cchValue, false);
3056 cchIndent, "", cchDefine, pchDefine, cchParam
3095 const char *pchDefine = ScmStreamCGetWord(pStrmInput, &cchDefine); local
4576 const char *pchDefine = ScmStreamCGetWord(pStrmInput, &cchDefine); local
4622 const char *pchDefine = ScmStreamCGetWord(pStrmInput, &cchDefine); local
[all...]

Completed in 62 milliseconds