Lines Matching refs:quote
23 " (?: # opening quote...
24 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
27 )* " # closing quote
37 " (?: # opening quote...
38 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
41 )* " # closing quote
74 " (?: # opening quote...
75 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
78 )* " # closing quote
86 " (?: # opening quote...
87 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
90 )* " # closing quote
156 " (?: # opening quote...
157 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
160 )* " # closing quote
170 " (?: # opening quote...
171 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
174 )* " # closing quote