Lines Matching full:quoted
135 * few special characters. It recognizes both single and double-quoted
143 * Within a single-quoted string, the two characters "\'" are treated as
148 * Within a double-quoted string, many more "\"-style escape sequences
155 * Within a double-quoted string "\_" is turned into a literal blank.
156 * (Inside of a single-quoted string, the two characters are just copied)
157 * Outside of a quoted string, "\_" is treated as both a blank, and the
173 * original, due to quoted strings and '\'-processing. in split_spaces()
212 * argument is created, even if this quoted in split_spaces()
237 * argument is created, even if this quoted in split_spaces()
249 * Inside single-quoted strings, only the in split_spaces()
273 * when it is not inside a quoted string. in split_spaces()
286 * middle of a quoted string. in split_spaces()
290 " in quoted strings", *src); in split_spaces()