#include <table.h>

Data Fields | |
| _f_int | next_index |
| _f_int | size |
| void ** | entries |
| struct llist * | includs |
| char * | procname |
| int | declnum |
| struct llist * | decls |
| struct table * | nextent |
Definition at line 43 of file table.h.
| _f_int table::next_index |
| _f_int table::size |
Definition at line 47 of file table.h.
Referenced by _table_add(), _table_lookup(), and _table_remove().
struct llist* table::includs [read] |
| char* table::procname |
| int table::declnum |
struct llist* table::decls [read] |
struct table* table::nextent [read] |
1.5.6