Subversion Repositories svn1

Rev

Rev 13 | Rev 31 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13 Rev 18
Line 123... Line 123...
123
void        pri_final_html( void );
123
void        pri_final_html( void );
124
void        pri_final( void );
124
void        pri_final( void );
125
void        pri_interim( void );
125
void        pri_interim( void );
126
void        print_class_header( int class, int final );
126
void        print_class_header( int class, int final );
127
void        print_class_stats( int c, int final );
127
void        print_class_stats( int c, int final );
128
void        print_legend( int class );
128
void        print_legend( int class, int full );
129
char       *pi_place( int num, int disq, time_t time );
129
char       *pi_place( int num, int disq, time_t time );
130
char       *pr_place( int num, int disq );
130
char       *pr_place( int num, int disq );
131
bool        ck_data( int leg, int mode );
131
bool        ck_data( int leg, int mode );
132
void        srt_place( void );
132
void        srt_place( void );
133
void        do_big_sort( void );
133
void        do_big_sort( void );
134
void        sort_team_data( int leg, int mode );
134
void        sort_team_data( int leg, int mode );
135
int         sort_comp( const void * a, const void * b );
135
int         sort_comp( const void * a, const void * b );
-
 
136
int         sort_comp_cname( const void * aa, const void * bb );
136
bool        load_report_data( void );
137
bool        load_report_data( void );
137
void        gen_stats( void );
138
void        gen_stats( void );
138
void        display_summary (void);
139
void        display_summary (void);
139
void        pri_summary (void);
140
void        pri_summary (void);
140
 
141
 
-
 
142
 
141
void        team_update( void );
143
void        team_update( void );
142
void        team_display( void );
144
void        team_display( void );
143
void        leg_mods( void );
145
void        leg_mods( void );
144
void        d_display( int operation );
146
void        d_display( int operation );
145
void        d_leg( int y, int leg, leg_type * data, int valid,
147
void        d_leg( int y, int leg, leg_type * data, int valid,