Searched refs:bInQuotes (Results 1 – 3 of 3) sorted by relevance
241 bool bInQuotes = false; in ResponseFile() local262 while( nItems && (!isspace( szBuffer[ n ] ) || bInQuotes) && in ResponseFile()269 bInQuotes = !bInQuotes; in ResponseFile()
371 int bInQuotes = 0; local400 bInQuotes = ~bInQuotes;404 if( c != EOF && bInQuotes )
1420 boolean bInQuotes = false; in GetNextArgument() local1441 else if ( !bInQuotes && ' ' == (*pChar) ) in GetNextArgument()1443 else if ( !bInQuotes && '\t' == (*pChar) ) in GetNextArgument()1449 bInQuotes = !bInQuotes; in GetNextArgument()
Completed in 46 milliseconds