NAPA Compiler V4.50
Author: Yves Leduc, yves.leduc.be@gmail.com
|
Go to the source code of this file.
Macros | |
#define | EXTERN extern |
Functions | |
void | build_var_dependencies (void) |
void | build_update_dependencies (void) |
void | build_record_dependencies (void) |
void | sort_vars (void) |
void | sort_updates (void) |
void | sort_records (void) |
void build_record_dependencies | ( | void | ) |
Definition at line 159 of file sv.c.
References get_sign_and_token(), ISEMPTY, Num_Records, print_error_banner_and_exit(), print_error_location(), record_id(), Record_List, STDERR, STRLENGTH, and UNDEFINED.
Referenced by main().
void build_update_dependencies | ( | void | ) |
Definition at line 92 of file sv.c.
References get_sign_and_token(), ISEMPTY, LINLENGTH, Num_Updates, print_error_banner_and_exit(), print_error_location(), STDERR, STRLENGTH, UNDEFINED, update_id(), and Update_List.
Referenced by main().
void build_var_dependencies | ( | void | ) |
Definition at line 40 of file sv.c.
References get_sign_and_token(), ISEMPTY, Num_Vars, print_error_banner_and_exit(), print_error_location(), STDERR, STRLENGTH, UNDEFINED, var_id(), and Var_List.
Referenced by main().
void sort_records | ( | void | ) |
Definition at line 444 of file sv.c.
References Error_Flag, Num_Records, Record_List, STDERR, and swap_records().
Referenced by main().
void sort_updates | ( | void | ) |
Definition at line 325 of file sv.c.
References Error_Flag, Num_Segments, Num_Updates, STDERR, swap_updates(), and Update_List.
Referenced by main().
void sort_vars | ( | void | ) |
Definition at line 209 of file sv.c.
References Error_Flag, Num_Segments, Num_Vars, STDERR, swap_vars(), and Var_List.
Referenced by main().