Lines Matching defs:DECLARE

29 #  define DECLARE(type,var,init) type var = init
31 # define DECLARE(type,var,init) extern type var
35 DECLARE (char *, progname, "makeinfo");
39 DECLARE (int, executing_string, 0);
43 DECLARE (int, me_inhibit_expansion, 0);
47 DECLARE (FILE *, output_stream, NULL);
49 DECLARE (char *, pretty_output_filename, NULL);
52 DECLARE (char *, current_output_filename, NULL);
55 DECLARE (unsigned char *, output_paragraph, NULL);
58 DECLARE (int, output_paragraph_offset, 0);
61 DECLARE (int, output_column, 0);
64 DECLARE (int, output_position, 0);
67 DECLARE (int, output_line_number, 1);
68 DECLARE (int, node_line_number, 0);
72 DECLARE (int, meta_char_pos, -1);
75 DECLARE (int, paragraph_is_open, 0);
79 DECLARE (int, must_start_paragraph, 0);
82 DECLARE (int, top_node_seen, 0);
85 DECLARE (int, non_top_node_seen, 0);
88 DECLARE (int, no_indent, 1);
91 DECLARE (int, current_indent, 0);
95 DECLARE (int, do_first_par_indent, 0);
98 DECLARE (int, example_indentation_increment, 5);
101 DECLARE (int, default_indentation_increment, 5);
105 DECLARE (int, xml_indentation_increment, 2);
108 DECLARE (int, indented_fill, 0);
111 DECLARE (int, force_flush_right, 0);
114 DECLARE (int, fill_column, 72);
118 DECLARE (int, non_splitting_words, 0);
122 DECLARE (int, in_fixed_width_font, 0);
125 DECLARE (int, multitable_active, 0);
128 DECLARE (int, html, 0);
131 DECLARE (int, xml, 0);
134 DECLARE (int, docbook, 0);
138 DECLARE (int, enable_encoding, 0);
141 DECLARE (int, escape_html, 1);
145 DECLARE (int, next_menu_item_number, 1);
151 DECLARE (int, inhibit_paragraph_indentation, 0);
154 DECLARE (int, filling_enabled, 1);
157 DECLARE (char *, current_node, NULL);
160 DECLARE (char *, command, NULL);
163 DECLARE (int, titlepage_cmd_present, 0);
166 DECLARE (char *, copying_text, NULL);
169 DECLARE (const char *, document_description, NULL);
172 DECLARE (int, last_char_was_newline, 1);
175 DECLARE (char *, input_filename, (char *)NULL);
176 DECLARE (char *, input_text, (char *)NULL);
177 DECLARE (int, input_text_length, 0);
178 DECLARE (int, input_text_offset, 0);
179 DECLARE (int, line_number, 0);
180 DECLARE (char *, toplevel_output_filename, NULL);
186 DECLARE (char *, include_files_path, NULL);
189 DECLARE (char *, node_filename, NULL);
193 DECLARE (char *, css_include, NULL);
197 DECLARE (int, no_headers, 0);
201 DECLARE (int, no_version_header, 0);
204 DECLARE (int, process_docbook, 0);
208 DECLARE (int, process_html, 0);
213 DECLARE (int, process_info, -1);
218 DECLARE (int, process_plaintext, -1);
221 DECLARE (int, process_tex, 0);
224 DECLARE (int, process_xml, 0);
228 DECLARE (int, reference_warning_limit, 1000);
231 DECLARE (int, validating, 1);
234 DECLARE (int, verbose_mode, 0);
238 DECLARE (int, number_sections, 1);
241 DECLARE (int, split_size, 0);
247 DECLARE (int, expensive_validation, 0);
302 DECLARE (int, splitting, 1); /* Defaults to true for now. */