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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-statement.c102 stmt->kind.font_face_rule->decl_list =
103 cr_declaration_append (stmt->kind.font_face_rule->decl_list,
105 if (!stmt->kind.font_face_rule->decl_list)
207 stmt->kind.page_rule->decl_list =
208 cr_declaration_append (stmt->kind.page_rule->decl_list, decl);
209 g_return_if_fail (stmt->kind.page_rule->decl_list);
477 if (a_this->kind.ruleset->decl_list) {
479 (a_this->kind.ruleset->decl_list);
480 a_this->kind.ruleset->decl_list = NULL;
528 if (a_this->kind.page_rule->decl_list) {
[all...]
H A Dcr-statement.h69 CRDeclaration *decl_list ; member in struct:_CRRuleSet
118 CRDeclaration *decl_list ; member in struct:_CRAtPageRule
137 CRDeclaration *decl_list ; member in struct:_CRAtFontFaceRule
H A Dcr-om-parser.c662 (ctxt->cur_stmt->kind.ruleset->decl_list, decl);
669 ctxt->cur_stmt->kind.ruleset->decl_list = decl2;
676 (ctxt->cur_stmt->kind.font_face_rule->decl_list,
684 ctxt->cur_stmt->kind.font_face_rule->decl_list = decl2;
690 (ctxt->cur_stmt->kind.page_rule->decl_list, decl);
697 ctxt->cur_stmt->kind.page_rule->decl_list = decl2;
H A Dcr-declaration.c351 kind.ruleset->decl_list;
360 kind.font_face_rule->decl_list;
367 kind.page_rule->decl_list;
H A Dcr-sel-eng.c972 for (cur_decl = a_stmt->kind.ruleset->decl_list;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-statement.c102 stmt->kind.font_face_rule->decl_list =
103 cr_declaration_append (stmt->kind.font_face_rule->decl_list,
105 if (!stmt->kind.font_face_rule->decl_list)
207 stmt->kind.page_rule->decl_list =
208 cr_declaration_append (stmt->kind.page_rule->decl_list, decl);
209 g_return_if_fail (stmt->kind.page_rule->decl_list);
477 if (a_this->kind.ruleset->decl_list) {
479 (a_this->kind.ruleset->decl_list);
480 a_this->kind.ruleset->decl_list = NULL;
528 if (a_this->kind.page_rule->decl_list) {
[all...]
H A Dcr-statement.h69 CRDeclaration *decl_list ; member in struct:_CRRuleSet
118 CRDeclaration *decl_list ; member in struct:_CRAtPageRule
137 CRDeclaration *decl_list ; member in struct:_CRAtFontFaceRule
H A Dcr-om-parser.c662 (ctxt->cur_stmt->kind.ruleset->decl_list, decl);
669 ctxt->cur_stmt->kind.ruleset->decl_list = decl2;
676 (ctxt->cur_stmt->kind.font_face_rule->decl_list,
684 ctxt->cur_stmt->kind.font_face_rule->decl_list = decl2;
690 (ctxt->cur_stmt->kind.page_rule->decl_list, decl);
697 ctxt->cur_stmt->kind.page_rule->decl_list = decl2;
H A Dcr-declaration.c351 kind.ruleset->decl_list;
360 kind.font_face_rule->decl_list;
367 kind.page_rule->decl_list;
H A Dcr-sel-eng.c972 for (cur_decl = a_stmt->kind.ruleset->decl_list;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_parser.y185 | DECLARE '(' decl_list ')' statement { }
186 | DECLARE '(' decl_list ')' ':' top_statement_list ENDDECLARE { }
190 decl_list: IDENT '=' const_value { } label
191 | decl_list ',' IDENT '=' const_value { }

Completed in 162 milliseconds