Lines Matching full:unquoted
171 char *unquoted;
177 unquoted = _dbus_strdup (quoted_string);
178 if (unquoted == NULL)
181 start = unquoted;
182 end = unquoted;
185 dbus_free (unquoted);
242 dbus_free (unquoted);
248 dbus_free (unquoted);
286 * 2) "If the current character is an unquoted newline character,
289 * 3) "If the current character is an unquoted blank character, any
455 /* discard all unquoted blanks (don't add them to a token) */