| Line 134... |
Line 134... |
| 134 |
void pri_eleg( void );
|
134 |
void pri_eleg( void );
|
| 135 |
void pe_place( ty_s_data * ptr, int leg, unsigned k );
|
135 |
void pe_place( ty_s_data * ptr, int leg, unsigned k );
|
| 136 |
void pe_team( int i, int leg );
|
136 |
void pe_team( int i, int leg );
|
| 137 |
void pri_final_html( void );
|
137 |
void pri_final_html( void );
|
| 138 |
void pri_final( void );
|
138 |
void pri_final( void );
|
| - |
|
139 |
void pri_final_teamOrder( void );
|
| 139 |
void pri_interim( void );
|
140 |
void pri_interim( void );
|
| 140 |
void print_class_header( int teamclass, int final );
|
141 |
void print_class_header( int teamclass, int final );
|
| 141 |
void print_class_stats( int c, int final );
|
142 |
void print_class_stats( int c, int final );
|
| 142 |
void print_legend( int teamclass, int full );
|
143 |
void print_legend( int teamclass, int full );
|
| 143 |
const char *pi_place( int num, int disq, time_t time );
|
144 |
const char *pi_place( int num, int disq, time_t time );
|
| 144 |
const char *pr_place( int num, int disq );
|
- |
|
| 145 |
const char *pn_place( int num, int disq, bool flag );
|
145 |
const char *px_place( int leg, int num, bool epMode, bool neMode, team_flags flags );
|
| 146 |
bool ck_data( int leg, int mode );
|
146 |
void ck_data( int leg, int mode );
|
| 147 |
void srt_place( void );
|
147 |
void srt_place( void );
|
| 148 |
void do_big_sort( void );
|
148 |
void do_big_sort( void );
|
| 149 |
void sort_team_data( int leg, int mode, bool withEq );
|
149 |
void sort_team_data( int leg, int mode, bool withEq );
|
| 150 |
int sort_comp( const void * a, const void * b );
|
150 |
int sort_comp( const void * a, const void * b );
|
| 151 |
int sort_comp_cname( const void * aa, const void * bb );
|
151 |
int sort_comp_cname( const void * aa, const void * bb );
|