![]() |
My Project
debian-1:4.1.1-p2+ds-4
|
#include "kernel/mod2.h"#include "omalloc/omalloc.h"#include "reporter/reporter.h"#include "misc/options.h"#include "misc/mylimits.h"Go to the source code of this file.
Macros | |
| #define | fePutChar(c) fputc((unsigned char)(c),stdout) |
| #define | MAX_FILE_BUFFER 4*4096 |
Functions | |
| void | monitor (void *F, int mode) |
Variables | |
| int | si_echo = 0 |
| int | printlevel = 0 |
| int | colmax = 80 |
| int | pagelength = 24 |
| char | prompt_char = '>' |
| int | yylineno = 0 |
| int | myynest = -1 |
| int | traceit = 0 |
| char | my_yylinebuf [80] |