#include "mdef.h"#include <setjmp.h>Go to the source code of this file.
Defines | |
| #define | TRUE 1 |
| #define | FALSE 0 |
| #define | EOS (char) 0 |
| #define | EQL 0 |
| #define | NEQ 1 |
| #define | LSS 2 |
| #define | LEQ 3 |
| #define | GTR 4 |
| #define | GEQ 5 |
| #define | ungetch() nxtch-- |
| #define | getch() *nxtch++ |
Functions | |
| int | expr (char *expbuf) |
| int | query () |
| int | lor () |
| int | land () |
| int | bor () |
| int | bxor () |
| int | band () |
| int | eql () |
| int | relat () |
| int | shift () |
| int | primary () |
| int | term () |
| int | unary () |
| int | factor () |
| int | constant () |
| int | num () |
| int | geteql () |
| int | getrel () |
| int | skipws () |
| int | experr (char *msg) |
1.5.8