Home
last modified time | relevance | path

Searched refs:bInQuotes (Results 1 – 3 of 3) sorted by relevance

/trunk/main/rsc/source/tools/
H A Drsctools.cxx241 bool bInQuotes = false; in ResponseFile() local
262 while( nItems && (!isspace( szBuffer[ n ] ) || bInQuotes) && in ResponseFile()
269 bInQuotes = !bInQuotes; in ResponseFile()
/trunk/main/rsc/source/rscpp/
H A Dcpp3.c367 int bInQuotes = 0; local
396 bInQuotes = ~bInQuotes;
400 if( c != EOF && bInQuotes )
/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp1420 boolean bInQuotes = false; in GetNextArgument() local
1441 else if ( !bInQuotes && ' ' == (*pChar) ) in GetNextArgument()
1443 else if ( !bInQuotes && '\t' == (*pChar) ) in GetNextArgument()
1449 bInQuotes = !bInQuotes; in GetNextArgument()

Completed in 30 milliseconds