![]() |
My Project
|
#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 | |
| VAR int | si_echo = 0 |
| VAR int | printlevel = 0 |
| VAR int | colmax = 80 |
| VAR int | pagelength = 24 |
| VAR char | prompt_char = '>' |
| VAR int | yylineno = 0 |
| VAR int | myynest = -1 |
| VAR int | traceit = 0 |
| VAR int | traceit_stop = 0 |
| VAR char | my_yylinebuf [80] |
| void monitor | ( | void * | F, |
| int | mode | ||
| ) |
Definition at line 68 of file febase.cc.