Home
last modified time | relevance | path

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

/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DParseCommandLine.cpp38 bool insideQuote = false; in GunkSpaces() local
46 insideQuote = !insideQuote; in GunkSpaces()
52 if ((insideQuote)||(afterBackslash)) in GunkSpaces()