Home
last modified time | relevance | path

Searched refs:dfa_array (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Dautomata.c49 dfa_node **dfa_array; /* root of binary tree that stores dfa array */ variable
92 if (!dfa_array){
95 dfa_array=(dfa_node **) malloc(sizeof(dfa_node*)*
100 dfa_array=(dfa_node **) realloc(dfa_array,
111 dfa_array[dfa_allocated] = t;
177 return dfa_array;
Ddlg.h94 #define DFA(x) (dfa_array[x])
137 extern dfa_node **dfa_array; /* start of dfa "array" */