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

/vbox/src/bldprogs/
H A DVBoxCPP.cpp2653 bool fIgnoreComma = cArgs != 0; local
2658 if (pszParams[off] != ',' || !fIgnoreComma)
2665 fIgnoreComma = false;
2714 bool fIgnoreComma = cArgs != 0; local
2719 if (pszParams[off] != ',' || !fIgnoreComma)
2721 fIgnoreComma = false;

Completed in 59 milliseconds