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

/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsProcessCommon.cpp109 int argNeedQuotes; local
139 argNeedQuotes = 0;
143 argNeedQuotes = 1;
146 if (argNeedQuotes) {
188 if (argNeedQuotes) {
195 if (argNeedQuotes) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntmisc.c185 int argNeedQuotes; local
215 argNeedQuotes = 0;
219 argNeedQuotes = 1;
222 if (argNeedQuotes) {
264 if (argNeedQuotes) {
271 if (argNeedQuotes) {

Completed in 227 milliseconds