Go to the source code of this file.
Data Structures | |
| struct | MULTIGRAM |
| Grammar holder. More... | |
| struct | GRAMLIST |
| List of grammars to be read at startup. More... | |
Defines | |
| #define | MAXGRAMNAMELEN 512 |
| Maximum length of grammar name. | |
| #define | MULTIGRAM_DEFAULT 0 |
| Grammar hook value of no operation. | |
| #define | MULTIGRAM_DELETE 1 |
| Grammar hook bit specifying that this grammar is to be deleted. | |
| #define | MULTIGRAM_ACTIVATE 2 |
| Grammar hook bit specifying that this grammar is to be activated. | |
| #define | MULTIGRAM_DEACTIVATE 4 |
| Grammar hook bit specifying that this grammar is to be deactivated. | |
| #define | MULTIGRAM_MODIFIED 8 |
Definition in file multi-gram.h.
1.5.4