Lines Matching refs:quotes
44 self.quotes = '\'"'
172 elif nextchar in self.quotes:
185 elif self.state in self.quotes:
189 print("shlex: I see EOF in quotes state")
212 # character may be escaped within quotes.
213 if (escapedstate in self.quotes and
247 elif self.posix and nextchar in self.quotes:
252 elif (nextchar in self.wordchars or nextchar in self.quotes
332 # use single quotes, and put single quotes into double quotes