Subversion Repositories svn1-original

Rev

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

Rev 192 Rev 202
Line 32... Line 32...
32
extern int  parallel_legs;                       /* Legs run in Parallel */
32
extern int  parallel_legs;                       /* Legs run in Parallel */
33
extern ty_check_error check_error;
33
extern ty_check_error check_error;
34
extern char confile[20];                         /* Name of the config file */
34
extern char confile[20];                         /* Name of the config file */
35
extern char datfile[20];                         /* Name of the data file */
35
extern char datfile[20];                         /* Name of the data file */
36
extern char filebase[20];                        /* Event file name base */
36
extern char filebase[20];                        /* Event file name base */
37
extern char filepath[100];                          /* Base dir for input and output */
37
extern char filepath[300];                          /* Base dir for input and output */
38
//extern int  team;                                /* Current team number */
38
//extern int  team;                                /* Current team number */
39
//extern team_type team_buf;                       /* Holds team data currently under display */
39
//extern team_type team_buf;                       /* Holds team data currently under display */
40
//extern int  n_lines;                             /* Number of lines on the screen */
40
//extern int  n_lines;                             /* Number of lines on the screen */
41
//extern int  n_cols;
41
//extern int  n_cols;
42
//extern int  rubout;                              /* users rubout character */
42
//extern int  rubout;                              /* users rubout character */