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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-stylesheet.c34 *@param the initial list of css statements.
51 result->statements = a_stmts;
69 if (a_this->statements) {
73 for (cur_stmt = a_this->statements;
123 return cr_statement_nr_rules (a_this->statements);
138 return cr_statement_get_from_list (a_this->statements, itemnr);
174 if (a_this->statements) {
175 cr_statement_destroy (a_this->statements);
176 a_this->statements = NULL;
H A Dcr-stylesheet.h59 /**The css statements list*/
60 CRStatement *statements ; member in struct:_CRStyleSheet
H A Dcr-om-parser.c253 stmts = cr_statement_append (ctxt->stylesheet->statements,
258 ctxt->stylesheet->statements = stmts;
328 stmt2 = cr_statement_append (ctxt->stylesheet->statements, stmt);
339 ctxt->stylesheet->statements = stmt2;
403 stmt = cr_statement_append (ctxt->stylesheet->statements,
407 ctxt->stylesheet->statements = stmt;
467 stmts = cr_statement_append (ctxt->stylesheet->statements,
474 ctxt->stylesheet->statements = stmts;
519 stmt2 = cr_statement_append (ctxt->stylesheet->statements,
523 ctxt->stylesheet->statements
[all...]
H A Dcr-sel-eng.c775 *Returns array of the ruleset statements that matches the
792 *returned array of rulesets statements that match the xml node
829 if (!a_stylesheet->statements) {
841 PRIVATE (a_this)->cur_stmt = a_stylesheet->statements;
845 *walk through the list of statements and,
846 *get the selectors list inside the statements that
1331 *must not alter the rulesets statements pointer because they
1332 *point to statements that are still in the css stylesheet.
H A Dcr-statement.c1252 *@a_ruleset: the ruleset statements contained
1875 *@a_this: the current statements list.
1879 *Unlinks a statement from the statements list.
1911 && a_stmt->parent_sheet->statements == a_stmt) {
1912 a_stmt->parent_sheet->statements =
1913 a_stmt->parent_sheet->statements->next;
1953 *Returns CRStatement at position itemnr, if itemnr > number of statements - 1,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-stylesheet.c34 *@param the initial list of css statements.
51 result->statements = a_stmts;
69 if (a_this->statements) {
73 for (cur_stmt = a_this->statements;
123 return cr_statement_nr_rules (a_this->statements);
138 return cr_statement_get_from_list (a_this->statements, itemnr);
174 if (a_this->statements) {
175 cr_statement_destroy (a_this->statements);
176 a_this->statements = NULL;
H A Dcr-stylesheet.h59 /**The css statements list*/
60 CRStatement *statements ; member in struct:_CRStyleSheet
H A Dcr-om-parser.c253 stmts = cr_statement_append (ctxt->stylesheet->statements,
258 ctxt->stylesheet->statements = stmts;
328 stmt2 = cr_statement_append (ctxt->stylesheet->statements, stmt);
339 ctxt->stylesheet->statements = stmt2;
403 stmt = cr_statement_append (ctxt->stylesheet->statements,
407 ctxt->stylesheet->statements = stmt;
467 stmts = cr_statement_append (ctxt->stylesheet->statements,
474 ctxt->stylesheet->statements = stmts;
519 stmt2 = cr_statement_append (ctxt->stylesheet->statements,
523 ctxt->stylesheet->statements
[all...]
H A Dcr-sel-eng.c775 *Returns array of the ruleset statements that matches the
792 *returned array of rulesets statements that match the xml node
829 if (!a_stylesheet->statements) {
841 PRIVATE (a_this)->cur_stmt = a_stylesheet->statements;
845 *walk through the list of statements and,
846 *get the selectors list inside the statements that
1331 *must not alter the rulesets statements pointer because they
1332 *point to statements that are still in the css stylesheet.
H A Dcr-statement.c1252 *@a_ruleset: the ruleset statements contained
1875 *@a_this: the current statements list.
1879 *Unlinks a statement from the statements list.
1911 && a_stmt->parent_sheet->statements == a_stmt) {
1912 a_stmt->parent_sheet->statements =
1913 a_stmt->parent_sheet->statements->next;
1953 *Returns CRStatement at position itemnr, if itemnr > number of statements - 1,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/acpi/
H A Dacdebug.h95 void acpi_db_disassemble_aml(char *statements, union acpi_parse_object *op);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/dhcp6/
H A Dclient6_parse.y119 statements: label
121 | statements statement
H A Dserver6_parse.y126 statements
128 | statements networkdef
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/ifpsp060/
H A Dos.S70 | statements instead of (more expensive) copy{in,out} calls, if
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/doc/
H A Dip-cref.tex1135 the statements above as: a route is identified by the triplet
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dfplsp.S271 # This file contains a set of define statements for constants

Completed in 215 milliseconds