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

/vbox/src/bldprogs/
H A Dscmrw.cpp352 char *pszKeywords; local
353 int rc = ScmSvnQueryProperty(pState, "svn:keywords", &pszKeywords);
355 && ( !strstr(pszKeywords, "Id") /** @todo need some function for finding a word in a string. */
356 || !strstr(pszKeywords, "Revision")) )
358 if (!strstr(pszKeywords, "Id") && !strstr(pszKeywords, "Revision"))
359 rc = RTStrAAppend(&pszKeywords, " Id Revision");
360 else if (!strstr(pszKeywords, "Id"))
361 rc = RTStrAAppend(&pszKeywords, " Id");
363 rc = RTStrAAppend(&pszKeywords, " Revisio
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dhtmlhelp.h204 LPCSTR pszKeywords; member in struct:tagHH_ALINKA
215 LPCWSTR pszKeywords; member in struct:tagHH_ALINKW
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dhtmlhelp.h204 LPCSTR pszKeywords; member in struct:tagHH_ALINKA
215 LPCWSTR pszKeywords; member in struct:tagHH_ALINKW

Completed in 49 milliseconds