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

/inkscape/src/
H A Dsp-object.cpp1368 size_t const inherit_len = sizeof("inherit") - 1; local
1370 && !(strneq(p, "inherit", inherit_len)
1371 && (p[inherit_len] == '\0'
1372 || p[inherit_len] == ';'
1373 || g_ascii_isspace(p[inherit_len])))) {

Completed in 16 milliseconds