![]() |
#include <kernel/mod2.h>#include <omalloc/omalloc.h>#include <reporter/reporter.h>#include <misc/options.h>#include <stdlib.h>#include <stdio.h>#include <misc/mylimits.h>#include <stdarg.h>#include <sys/stat.h>#include <ctype.h>#include <unistd.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 |
| char | prompt_char = '>' |
| int | yylineno = 0 |
| int | myynest = -1 |
| int | traceit = 0 |
| char | my_yylinebuf [80] |