![]() |
Notcurses 3.0.13
a blingful library for TUIs and character graphics
|
#include <automaton.h>
Data Fields | |
unsigned | escapes |
int | used |
int | instring |
unsigned | state |
const unsigned char * | matchstart |
unsigned | poolsize |
unsigned | poolused |
struct esctrie * | nodepool |
Definition at line 19 of file automaton.h.
unsigned escapes |
Definition at line 20 of file automaton.h.
int instring |
Definition at line 22 of file automaton.h.
const unsigned char* matchstart |
Definition at line 24 of file automaton.h.
struct esctrie* nodepool |
Definition at line 30 of file automaton.h.
unsigned poolsize |
Definition at line 28 of file automaton.h.
unsigned poolused |
Definition at line 29 of file automaton.h.
unsigned state |
Definition at line 23 of file automaton.h.
int used |
Definition at line 21 of file automaton.h.