Lines Matching refs:quote
22 " (?: # opening quote...
23 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
26 )* " # closing quote
36 " (?: # opening quote...
37 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
40 )* " # closing quote
73 " (?: # opening quote...
74 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
77 )* " # closing quote
85 " (?: # opening quote...
86 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
89 )* " # closing quote
155 " (?: # opening quote...
156 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
159 )* " # closing quote
169 " (?: # opening quote...
170 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
173 )* " # closing quote