Notcurses 3.0.13
a blingful library for TUIs and character graphics
Loading...
Searching...
No Matches
automaton Struct Reference

#include <automaton.h>

Collaboration diagram for automaton:

Data Fields

unsigned escapes
 
int used
 
int instring
 
unsigned state
 
const unsigned char * matchstart
 
unsigned poolsize
 
unsigned poolused
 
struct esctrienodepool
 

Detailed Description

Definition at line 19 of file automaton.h.

Field Documentation

◆ escapes

unsigned escapes

Definition at line 20 of file automaton.h.

◆ instring

int instring

Definition at line 22 of file automaton.h.

◆ matchstart

const unsigned char* matchstart

Definition at line 24 of file automaton.h.

◆ nodepool

struct esctrie* nodepool

Definition at line 30 of file automaton.h.

◆ poolsize

unsigned poolsize

Definition at line 28 of file automaton.h.

◆ poolused

unsigned poolused

Definition at line 29 of file automaton.h.

◆ state

unsigned state

Definition at line 23 of file automaton.h.

◆ used

int used

Definition at line 21 of file automaton.h.


The documentation for this struct was generated from the following file: