Lines Matching defs:decl
83 CRDeclaration *decl = NULL;
98 decl = cr_declaration_new (stmt, name, a_value);
99 if (!decl) {
107 decl);
110 decl = NULL;
113 if (decl) {
114 cr_declaration_unref (decl);
115 decl = NULL;
199 CRDeclaration *decl = NULL;
209 decl = cr_declaration_new (stmt, name, a_expression);
210 g_return_if_fail (decl);
211 decl->important = a_important;
213 cr_declaration_append (stmt->kind.page_rule->decl_list, decl);
326 CRDeclaration *decl = NULL;
340 decl = cr_declaration_new (stmt, name, a_value);
341 g_return_if_fail (decl);
342 decl->important = a_important;
343 status = cr_statement_ruleset_append_decl (stmt, decl);
435 CRDeclaration *decl = NULL;
449 decl = cr_declaration_new (ruleset, stringue, a_value);
450 g_return_if_fail (decl);
451 decl->important = a_important;
452 status = cr_statement_ruleset_append_decl (ruleset, decl);