Rev 16696 | Rev 16743 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16696 | Rev 16711 | ||
---|---|---|---|
Line 545... | Line 545... | ||
545 | extern char *unsetvars[], *commands[]; |
545 | extern char *unsetvars[], *commands[]; |
546 | extern char exam_sheetexo[32]; /* sheet data of an exam */ |
546 | extern char exam_sheetexo[32]; /* sheet data of an exam */ |
547 | extern char nowstr[32]; |
547 | extern char nowstr[32]; |
548 | extern int CMD_NO; |
548 | extern int CMD_NO; |
549 | extern int simuxam, parm_restore, exodepOK, user_error_nolog; |
549 | extern int simuxam, parm_restore, exodepOK, user_error_nolog; |
550 | extern char examlogd[MAX_FNAME+1]; /* examlog |
550 | extern char examlogd[MAX_FNAME+1]; /* examlog directory name */ |
551 | extern char examlogf[MAX_FNAME+1]; /* examlog file name */ |
551 | extern char examlogf[MAX_FNAME+1]; /* examlog file name */ |
- | 552 | extern char freeworklogd[MAX_FNAME+1]; /* freeworklog directory name */ |
|
- | 553 | extern char freeworklogf[MAX_FNAME+1]; /* freeworklog file name */ |
|
552 | extern char mpboundary[1024]; |
554 | extern char mpboundary[1024]; |
553 | extern char *stdinbuf; |
555 | extern char *stdinbuf; |
554 | extern char **environ; /* table of environment variables */ |
556 | extern char **environ; /* table of environment variables */ |
555 | extern char cookiegot[256], cookieheader[64]; |
557 | extern char cookiegot[256], cookieheader[64]; |
556 | extern int executed_gotos; /* number of goto's executed. to check with GOTO_LIMIT. */ |
558 | extern int executed_gotos; /* number of goto's executed. to check with GOTO_LIMIT. */ |