Home
last modified time | relevance | path

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

/AOO41X/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()
/AOO41X/main/rsc/source/rscpp/
H A Dcpp3.c371 int bInQuotes = 0; local
400 bInQuotes = ~bInQuotes;
404 if( c != EOF && bInQuotes )
/AOO41X/main/desktop/win32/source/setup/
H A Dsetup.cpp1350 boolean bInQuotes = false; in GetNextArgument() local
1371 else if ( !bInQuotes && ' ' == (*pChar) ) in GetNextArgument()
1373 else if ( !bInQuotes && '\t' == (*pChar) ) in GetNextArgument()
1379 bInQuotes = !bInQuotes; in GetNextArgument()