Rev 14048 | Rev 15573 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14048 | Rev 14873 | ||
---|---|---|---|
Line 16... | Line 16... | ||
16 | */ |
16 | */ |
17 | 17 | ||
18 | /* Web exerciser */ |
18 | /* Web exerciser */ |
19 | 19 | ||
20 | #include "wims.h" |
20 | #include "wims.h" |
- | 21 | enum Name_Modes NAME_MODES; |
|
- | 22 | enum Ro_Names RO_NAMES; |
|
- | 23 | enum _commands COMMANDS; |
|
- | 24 | WORKING_FILE m_file, svar_file, mcache[MAX_MCACHE]; |
|
- | 25 | struct VAR_DEF var_def[MAX_VAR_NUM]; |
|
- | 26 | char examlogf[MAX_FNAME+1]; |
|
- | 27 | char mpboundary[1024]; |
|
- | 28 | char *stdinbuf; |
|
- | 29 | struct user_variable user_variable[MAX_VAR_NUM]; |
|
- | 30 | char available_lang[MAX_LANGUAGES][4]; |
|
21 | 31 | ||
22 | struct { |
32 | struct { |
23 | char *name; |
33 | char *name; |
24 | char *font; |
34 | char *font; |
25 | } charname[]={ |
35 | } charname[]={ |