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

/vbox/src/bldprogs/
H A DVBoxCPP.cpp4931 const char *pchPragma = ScmStreamCGetWord(pStrmInput, &cchPragma); local
4932 if (pchPragma)
4944 && *pchPragma == 'D')
4947 && !strncmp(pchPragma, "STD", 3))
4955 cchIndent, "", cchPragma, pchPragma);

Completed in 62 milliseconds