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.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 46 milliseconds