117#if defined(DEBUG_ALL)
119 #define DEBUG_IT(f,c) debug_it(f, c)
121void debug_it(
const char* file,
char c) {
123 static char chr =
'0';
126 (void) fprintf(
STDERR,
"\n");
129 if ((chr != c) && (
' ' != c)) {
132 (void) fprintf(
STDERR,
"\n");
134 (void) fprintf(
STDERR,
" ***** NAPA Compiler Flow Information: %4s -> %c.%02d ***\n", file, chr, tag);
142 #define DEBUG_IT(f,c)
149int main(
int argc,
char **argv) {
void build_main_loop(void)
void process_command_line(long c, char **v)
void tag_executable(const char *d, const char *t)
void collect_string_of_options(void)
void collect_string_of_functions(void)
void check_option_function(void)
void declaration_type_B(void)
void declaration_type_A(void)
void check_record_usage(void)
void process_error_if_any(void)
void compact_segment(void)
void expand_string_variables(void)
void determine_segment_processing_rate(void)
void complete_directives(void)
void check_array_usage(void)
void build_to_be_delayed_node_list(void)
void expand_records(void)
void determine_output_segment_rate(void)
void check_directive_usage(void)
void expand_update_definitions(void)
void expand_dump_definitions(void)
void collect_export_definitions(void)
void expand_IO_definitions(void)
void process_aliases(void)
void default_control_variables(void)
void determine_simulation_rate(void)
void mark_updates_if_constant(void)
void mark_constants(void)
int main(int argc, char **argv)
void node_determination(void)
void check_directive_function(void)
void print_ping_function(void)
void declare_records(void)
void reset_arrays_function(void)
void call_initialization_functions_B(void)
void include_napa_header_files(void)
void print_check_arrays(void)
void include_ANSI_C_header_files(void)
void call_initialization_functions_A(void)
void reset_records_function(void)
void reset_nodes_function(void)
void open_ping_file(void)
void print_output_banner_0(void)
void declare_prototypes(void)
void print_check_output(void)
void command_line_usage_function(void)
void napa_timer_function(void)
void build_usage_comment(void)
void declare_function_pointers(void)
void print_C_code_banner_a(void)
void control_init_function(void)
void declare_file_handles(void)
void call_napa_initialization_function(void)
void reset_variables_function(void)
void declare_global_values(void)
void define_directives(void)
void napa_exit_functions(void)
void close_IO_files(void)
void declare_arrays(void)
void print_C_code_banner_b(void)
void call_closedown_functions(void)
void print_output_banner_function(void)
void syntax_command_line(void)
void purge_constants_in_ganging(void)
void syntax_updates(void)
void redefine_random_seed(void)
void separe_qualifiers(void)
void syntax_directives(void)
void build_cross_reference(void)
void syntax_variables(void)
void purge_constants_in_options(void)
void redefine_node_segments(void)
void build_var_dependencies(void)
void syntax_records(void)
void build_record_dependencies(void)
void syntax_terminate(void)
void random_functions(void)
void randomizer_functions(void)
void redefine_nodes(void)
void napa_IO_manager_function(void)
void build_node_dependencies(void)
void collect_functions(void)
void syntax_segment_value(void)
void debug_it(const char *file, char c)
void napa_data_record_function(void)
void build_update_dependencies(void)