#include <stdio.h>#include "parm.h"#include "stree/ststructs.mh"#include "datatypes/stack.h"#include "stree/is_ptr.h"Go to the source code of this file.
Functions | |
| add_id () | |
| restore () | |
| build_symtab (NODE *x) | |
| bs_error (NODE *x) | |
Variables | |
| NODE * | usl_ptr = NIL |
| add_id | ( | ) |
| bs_error | ( | NODE * | x | ) |
Definition at line 331 of file build_symtab.c.
References dbgmsg, and kindname().
Referenced by build_symtab().
| build_symtab | ( | NODE * | x | ) |
Definition at line 28 of file build_symtab.c.
References add_id(), bs_error(), NIL, restore(), and v.
Referenced by main().
| restore | ( | ) |
Referenced by build_symtab().
1.5.4