#include <sent/stddefs.h>
#include <sent/dfa.h>
Include dependency graph for dfa_malloc.c:

Go to the source code of this file.
Functions | |
| DFA_INFO * | dfa_info_new () | 
| void | dfa_info_free (DFA_INFO *dfa) | 
Definition in file dfa_malloc.c.
      
  | 
  
| 
 Allocate a new grammar information data structure and initialize it. 
 
 Definition at line 33 of file dfa_malloc.c. Referenced by multigram_exec(), and multigram_read_file().  | 
  
      
  | 
  
| 
 Free all informations in the DFA_INFO. 
 
 Definition at line 54 of file dfa_malloc.c. Referenced by multigram_exec(), and multigram_exec_delete().  | 
  
 1.4.2