Graphviz 13.0.0~dev.20241220.2304
|
Go to the source code of this file.
Data Structures | |
struct | TrieState |
struct | TrieTrans |
Macros | |
#define | IN_MASK_RANGE(C) islower(C) |
#define | MASK_INDEX(C) ((C) - 'a') |
#define | TFA_Init() TFA_State = 0 |
#define | TFA_Advance(C) |
#define | TFA_Definition() ((TFA_State < 0) ? -1 : TrieStateTbl[TFA_State].def) |
Variables | |
static long | CharMask [26] |
static short | TFA_State |
#define TFA_Advance | ( | C | ) |
#define TFA_Definition | ( | ) | ((TFA_State < 0) ? -1 : TrieStateTbl[TFA_State].def) |
|
static |
|
static |
Definition at line 49 of file trieFA.h.
Referenced by assignable().