Go to the source code of this file.
Data Structures | |
struct | __multi_gram__ |
Grammar holder. More... | |
struct | __gram_list__ |
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 |
Typedefs | |
typedef __multi_gram__ | MULTIGRAM |
Grammar holder. | |
typedef __gram_list__ | GRAMLIST |
List of grammars to be read at startup. |
Definition in file multi-gram.h.