
Data Fields | |
| Note * | all |
| gl_list_t * | note_tokens |
| symchar * | dbid |
| data_base * | next |
| note_bucket * | typetab [NTAB] |
| note_bucket * | idtab [NTAB] |
| int | dead |
| struct gl_list_t* data_base::note_tokens |
all notes committed
| struct data_base* data_base::next |
name of this database
| struct note_bucket* data_base::typetab[NTAB] |
linked list of databases
| struct note_bucket* data_base::idtab[NTAB] |
hash keyed on type name
| int data_base::dead |
hash keyed on id name
1.5.1