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

/inkscape/src/libcroco/
H A Dcr-sel-eng.c955 CRDeclaration *cur_decl = NULL; local
963 for (cur_decl = a_stmt->kind.ruleset->decl_list;
964 cur_decl; cur_decl = cur_decl->next) {
970 if (!cur_decl->property
971 || !cur_decl->property->stryng
972 || !cur_decl->property->stryng->str)
982 cur_decl->property,
987 (props, cur_decl
[all...]
H A Dcr-declaration.c190 *cur_decl = NULL; local
251 cur_decl = cr_declaration_new (NULL, property, value);
252 if (cur_decl) {
253 cur_decl->important = important;
254 result = cr_declaration_append (result, cur_decl);
257 cur_decl = NULL;

Completed in 18 milliseconds