#include <multi-gram.h>
Collaboration diagram for __multi_gram__:

Data Fields | |
| char | name [MAXGRAMNAMELEN] |
| Unique name given by user. | |
| unsigned short | id |
| Unique ID. | |
| DFA_INFO * | dfa |
| DFA describing syntax of this grammar. | |
| WORD_INFO * | winfo |
| Dictionary of this grammar. | |
| int | hook |
| Work area to store command hook. | |
| boolean | newbie |
| TRUE if just read and not yet configured. | |
| boolean | active |
| TRUE if active for recognition below vars holds the location of this grammar within the global grammar */. | |
| int | state_begin |
| Location of DFA states in the global grammar. | |
| int | cate_begin |
| Location of category entries in the global grammar. | |
| int | word_begin |
| Location of words in the dictionary of global grammar. | |
| __multi_gram__ * | next |
| Link to the next grammar entry. | |
Definition at line 32 of file multi-gram.h.
1.5.1