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

/vbox/src/bldprogs/
H A DVBoxCPP.cpp1760 static unsigned vbcppMacroExpandGetCh(PVBCPPMACROEXP pExp, size_t *poff) function
1787 unsigned ch = vbcppMacroExpandGetCh(pExp, poff);
1795 unsigned ch = vbcppMacroExpandGetCh(pExp, poff);
1799 while ((ch = vbcppMacroExpandGetCh(pExp, poff)) != ~(unsigned)0)
1818 unsigned ch = vbcppMacroExpandGetCh(pExp, poff);
1823 while ((ch = vbcppMacroExpandGetCh(pExp, poff)) != ~(unsigned)0)
1892 unsigned ch = vbcppMacroExpandGetCh(pExp, poff);
1905 while ((ch = vbcppMacroExpandGetCh(pExp, poff)) != ~(unsigned)0)
2327 while ((ch = vbcppMacroExpandGetCh(pExp, poff)) != ~(unsigned)0)
2332 while ((ch = vbcppMacroExpandGetCh(pEx
[all...]

Completed in 56 milliseconds