• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/

Lines Matching defs:a_indent

582  *@a_indent: the number of whitespace to use for indentation
590 cr_statement_ruleset_to_string (CRStatement * a_this, glong a_indent)
601 if (a_indent)
602 cr_utils_dump_n_chars2 (' ', stringue, a_indent);
617 a_indent + DECLARATION_INDENT_NB, TRUE);
624 cr_utils_dump_n_chars2 (' ', stringue, a_indent);
646 *@a_indent: the number of white spaces of indentation.
655 glong a_indent)
667 if (a_indent)
669 a_indent);
673 a_indent + DECLARATION_INDENT_NB, TRUE) ;
696 *@a_indent: the number of indentation spaces
702 gulong a_indent)
720 cr_utils_dump_n_chars2 (' ', stringue, a_indent);
746 gulong a_indent)
753 cr_utils_dump_n_chars2 (' ', stringue, a_indent) ;
774 a_indent + DECLARATION_INDENT_NB, TRUE) ;
792 *@param a_indent the number of spaces of indentation.
798 gulong a_indent)
809 cr_utils_dump_n_chars2 (' ', stringue, a_indent);
835 a_indent + DECLARATION_INDENT_NB) ;
853 gulong a_indent)
869 cr_utils_dump_n_chars2 (' ', stringue, a_indent);
2482 *@a_indent: the number of white space of indentation.
2490 cr_statement_to_string (CRStatement * a_this, gulong a_indent)
2500 (a_this, a_indent);
2505 (a_this, a_indent) ;
2510 (a_this, a_indent);
2515 (a_this, a_indent);
2520 (a_this, a_indent);
2525 (a_this, a_indent);
2536 cr_statement_list_to_string (CRStatement *a_this, gulong a_indent)
2551 str = cr_statement_to_string (cur_stmt, a_indent) ;
2573 *@a_indent: the number of white space indentation characters.
2578 cr_statement_dump (CRStatement * a_this, FILE * a_fp, gulong a_indent)
2585 str = cr_statement_to_string (a_this, a_indent) ;
2598 *@a_indent: the number of indentation white spaces to add.
2603 cr_statement_dump_ruleset (CRStatement * a_this, FILE * a_fp, glong a_indent)
2608 str = cr_statement_ruleset_to_string (a_this, a_indent);
2621 *@a_indent: the number of white space indentation.
2627 glong a_indent)
2634 a_indent) ;
2647 *@a_indent: the number of indentation white spaces.
2652 cr_statement_dump_charset (CRStatement * a_this, FILE * a_fp, gulong a_indent)
2659 a_indent) ;
2673 *@a_indent: the number of indentation white spaces.
2678 cr_statement_dump_page (CRStatement * a_this, FILE * a_fp, gulong a_indent)
2686 str = cr_statement_at_page_rule_to_string (a_this, a_indent) ;
2700 *@a_indent: the number of white spaces indentation.
2707 gulong a_indent)
2712 str = cr_statement_media_rule_to_string (a_this, a_indent) ;
2724 *@a_indent: the number of white space indentations.
2730 gulong a_indent)
2738 str = cr_statement_import_rule_to_string (a_this, a_indent) ;