Searched refs:other_attr (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dtext-editing.cpp1388 gchar const *other_attr = second->attribute(g_quark_to_string(attrs->key)); local
1389 if (other_attr == NULL || strcmp(attrs->value, other_attr))
1394 gchar const *other_attr = first->attribute(g_quark_to_string(attrs->key)); local
1395 if (other_attr == NULL || strcmp(attrs->value, other_attr))

Completed in 65 milliseconds