Searched refs:itemnr (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.h92 CRStatement * cr_stylesheet_statement_get_from_list (CRStyleSheet *a_this, int itemnr) ;
H A Dcr-stylesheet.c129 *@param itemnr the index into the rules.
130 *@return CRStatement at position itemnr, if itemnr > number of rules - 1,
134 cr_stylesheet_statement_get_from_list (CRStyleSheet * a_this, int itemnr) argument
138 return cr_statement_get_from_list (a_this->statements, itemnr);
H A Dcr-declaration.h113 int itemnr) ;
H A Dcr-term.h180 CRTerm * cr_term_get_from_list (CRTerm *a_this, int itemnr) ;
H A Dcr-statement.h356 cr_statement_at_media_get_from_list (CRStatement *a_this, int itemnr) ;
433 cr_statement_get_from_list (CRStatement *a_this, int itemnr) ;
H A Dcr-declaration.c666 *@itemnr: the index into the declaration list.
670 *Returns #CRDeclaration at position itemnr,
671 *if itemnr > number of declarations - 1,
675 cr_declaration_get_from_list (CRDeclaration * a_this, int itemnr) argument
683 if (nr++ == itemnr)
H A Dcr-term.c716 *@param itemnr the index into the expression.
717 *@return CRTerm at position itemnr, if itemnr > number of terms - 1,
721 cr_term_get_from_list (CRTerm *a_this, int itemnr) argument
729 if (nr++ == itemnr)
H A Dcr-statement.c1949 *@itemnr: the index into the statement list.
1953 *Returns CRStatement at position itemnr, if itemnr > number of statements - 1,
1957 cr_statement_get_from_list (CRStatement * a_this, int itemnr) argument
1965 if (nr++ == itemnr)
2259 *@itemnr: the index into the media rule list of rules.
2263 *Returns CRStatement at position itemnr, if itemnr > number of rules - 1,
2267 cr_statement_at_media_get_from_list (CRStatement * a_this, int itemnr) argument
2274 itemnr);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-stylesheet.h92 CRStatement * cr_stylesheet_statement_get_from_list (CRStyleSheet *a_this, int itemnr) ;
H A Dcr-stylesheet.c129 *@param itemnr the index into the rules.
130 *@return CRStatement at position itemnr, if itemnr > number of rules - 1,
134 cr_stylesheet_statement_get_from_list (CRStyleSheet * a_this, int itemnr) argument
138 return cr_statement_get_from_list (a_this->statements, itemnr);
H A Dcr-declaration.h113 int itemnr) ;
H A Dcr-term.h180 CRTerm * cr_term_get_from_list (CRTerm *a_this, int itemnr) ;
H A Dcr-statement.h356 cr_statement_at_media_get_from_list (CRStatement *a_this, int itemnr) ;
433 cr_statement_get_from_list (CRStatement *a_this, int itemnr) ;
H A Dcr-declaration.c666 *@itemnr: the index into the declaration list.
670 *Returns #CRDeclaration at position itemnr,
671 *if itemnr > number of declarations - 1,
675 cr_declaration_get_from_list (CRDeclaration * a_this, int itemnr) argument
683 if (nr++ == itemnr)
H A Dcr-term.c716 *@param itemnr the index into the expression.
717 *@return CRTerm at position itemnr, if itemnr > number of terms - 1,
721 cr_term_get_from_list (CRTerm *a_this, int itemnr) argument
729 if (nr++ == itemnr)
H A Dcr-statement.c1949 *@itemnr: the index into the statement list.
1953 *Returns CRStatement at position itemnr, if itemnr > number of statements - 1,
1957 cr_statement_get_from_list (CRStatement * a_this, int itemnr) argument
1965 if (nr++ == itemnr)
2259 *@itemnr: the index into the media rule list of rules.
2263 *Returns CRStatement at position itemnr, if itemnr > number of rules - 1,
2267 cr_statement_at_media_get_from_list (CRStatement * a_this, int itemnr) argument
2274 itemnr);
[all...]

Completed in 41 milliseconds