Searched refs:a_indent (Results 1 – 4 of 4) sorted by relevance
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/ |
D | cr-statement.h | 406 cr_statement_to_string (CRStatement const * a_this, gulong a_indent) ; 409 cr_statement_list_to_string (CRStatement const *a_this, gulong a_indent) ; 412 cr_statement_dump (CRStatement const *a_this, FILE *a_fp, gulong a_indent) ; 416 glong a_indent) ; 421 glong a_indent) ; 425 gulong a_indent) ; 431 gulong a_indent) ; 435 gulong a_indent) ; 438 gulong a_indent) ;
|
D | cr-declaration.h | 113 FILE *a_fp, glong a_indent, 117 FILE *a_fp, glong a_indent) ; 128 gulong a_indent) ; 131 gulong a_indent) ; 134 gulong a_indent,
|
D | cr-statement.c | 600 cr_statement_ruleset_to_string (CRStatement const * a_this, glong a_indent) in cr_statement_ruleset_to_string() argument 611 if (a_indent) in cr_statement_ruleset_to_string() 612 cr_utils_dump_n_chars2 (' ', stringue, a_indent); in cr_statement_ruleset_to_string() 627 a_indent + DECLARATION_INDENT_NB, TRUE); in cr_statement_ruleset_to_string() 634 cr_utils_dump_n_chars2 (' ', stringue, a_indent); in cr_statement_ruleset_to_string() 665 glong a_indent) in cr_statement_font_face_rule_to_string() argument 677 if (a_indent) in cr_statement_font_face_rule_to_string() 679 a_indent); in cr_statement_font_face_rule_to_string() 683 a_indent + DECLARATION_INDENT_NB, TRUE) ; in cr_statement_font_face_rule_to_string() 713 gulong a_indent) in cr_statement_charset_to_string() argument [all …]
|
D | cr-declaration.c | 55 dump (CRDeclaration const * a_this, FILE * a_fp, glong a_indent) in dump() argument 61 str = (guchar *) cr_declaration_to_string (a_this, a_indent); in dump() 465 cr_declaration_dump (CRDeclaration const * a_this, FILE * a_fp, glong a_indent, in cr_declaration_dump() argument 479 dump (cur, a_fp, a_indent); in cr_declaration_dump() 492 cr_declaration_dump_one (CRDeclaration const * a_this, FILE * a_fp, glong a_indent) in cr_declaration_dump_one() argument 496 dump (a_this, a_fp, a_indent); in cr_declaration_dump_one() 510 cr_declaration_to_string (CRDeclaration const * a_this, gulong a_indent) in cr_declaration_to_string() argument 528 a_indent); in cr_declaration_to_string() 579 cr_declaration_list_to_string (CRDeclaration const * a_this, gulong a_indent) in cr_declaration_list_to_string() argument 591 str = (guchar *) cr_declaration_to_string (cur, a_indent); in cr_declaration_list_to_string() [all …]
|