Lines Matching defs:pchDefine

1555     const char *pchDefine = ScmStreamCGetWordM1(pStrmInput, &cchDefine);
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);
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, cchParams, pchParams);
3059 cchIndent, "", cchDefine, pchDefine);
3067 rcExit = vbcppMacroTryConvertToInlineD(pThis, vbcppMacroLookup(pThis, pchDefine, cchDefine));
3095 const char *pchDefine = ScmStreamCGetWord(pStrmInput, &cchDefine);
3096 if (pchDefine)
3105 PVBCPPMACRO pMacro = vbcppMacroLookup(pThis, pchDefine, cchDefine);
3123 cchIndent, "", cchDefine, pchDefine);
4576 const char *pchDefine = ScmStreamCGetWord(pStrmInput, &cchDefine);
4577 if (pchDefine)
4586 if (vbcppMacroExists(pThis, pchDefine, cchDefine))
4589 || RTStrSpaceGetN(&pThis->UndefStrSpace, pchDefine, cchDefine) != NULL)
4594 pchDefine, cchDefine);
4622 const char *pchDefine = ScmStreamCGetWord(pStrmInput, &cchDefine);
4623 if (pchDefine)
4632 if (vbcppMacroExists(pThis, pchDefine, cchDefine))
4635 || RTStrSpaceGetN(&pThis->UndefStrSpace, pchDefine, cchDefine) != NULL)
4640 pchDefine, cchDefine);