Home | History | Annotate | Download | only in dbus

Lines Matching refs:quoted

36  * in the quoted text, you have to do something like 'foo'\''bar'
153 * The @quoted_string need not actually contain quoted or
161 * \' - if you want a ' in the quoted text, you have to do something
166 * @quoted_string: shell-quoted string
194 /* Append all non-quoted chars, honoring backslash escape
266 * note that tokenization ignores the internals of a quoted
275 * double-quote (\, ' or ") and it is not quoted, it will affect
276 * quoting for subsequent characters up to the end of the quoted
283 * mark and the end of the quoted text. The token will not be
284 * delimited by the end of the quoted field."
353 dbus_bool_t quoted;;
356 quoted = FALSE;
400 !(current_quote == '"' && quoted))
496 quoted = FALSE;
498 quoted = !quoted;