FreeNOS
Functions | Variables
teken_state.h File Reference

Go to the source code of this file.

Functions

static void teken_state_3 (teken_t *t, teken_char_t c)
 
static void teken_state_init (teken_t *t, teken_char_t c)
 
static void teken_state_5 (teken_t *t, teken_char_t c)
 
static void teken_state_2 (teken_t *t, teken_char_t c)
 
static void teken_state_1 (teken_t *t, teken_char_t c)
 
static void teken_state_6 (teken_t *t, teken_char_t c)
 
static void teken_state_7 (teken_t *t, teken_char_t c)
 
static void teken_state_8 (teken_t *t, teken_char_t c)
 
static void teken_state_4 (teken_t *t, teken_char_t c)
 

Variables

static teken_state_t teken_state_3
 
static teken_state_t teken_state_5
 
static teken_state_t teken_state_2
 
static teken_state_t teken_state_1
 
static teken_state_t teken_state_6
 
static teken_state_t teken_state_7
 
static teken_state_t teken_state_8
 
static teken_state_t teken_state_4
 

Function Documentation

◆ teken_state_1()

static void teken_state_1 ( teken_t t,
teken_char_t  c 
)
static

◆ teken_state_2()

static void teken_state_2 ( teken_t t,
teken_char_t  c 
)
static

◆ teken_state_3()

static void teken_state_3 ( teken_t t,
teken_char_t  c 
)
static

◆ teken_state_4()

static void teken_state_4 ( teken_t t,
teken_char_t  c 
)
static

◆ teken_state_5()

static void teken_state_5 ( teken_t t,
teken_char_t  c 
)
static

◆ teken_state_6()

static void teken_state_6 ( teken_t t,
teken_char_t  c 
)
static

◆ teken_state_7()

static void teken_state_7 ( teken_t t,
teken_char_t  c 
)
static

◆ teken_state_8()

static void teken_state_8 ( teken_t t,
teken_char_t  c 
)
static

◆ teken_state_init()

static void teken_state_init ( teken_t t,
teken_char_t  c 
)
static

Variable Documentation

◆ teken_state_1

teken_state_t teken_state_1
static

Definition at line 6 of file teken_state.h.

Referenced by teken_state_init().

◆ teken_state_2

teken_state_t teken_state_2
static

Definition at line 5 of file teken_state.h.

Referenced by teken_state_1().

◆ teken_state_3

teken_state_t teken_state_3
static

Definition at line 3 of file teken_state.h.

Referenced by teken_state_2().

◆ teken_state_4

teken_state_t teken_state_4
static

Definition at line 10 of file teken_state.h.

Referenced by teken_state_1().

◆ teken_state_5

teken_state_t teken_state_5
static

Definition at line 4 of file teken_state.h.

Referenced by teken_state_2().

◆ teken_state_6

teken_state_t teken_state_6
static

Definition at line 7 of file teken_state.h.

Referenced by teken_state_1().

◆ teken_state_7

teken_state_t teken_state_7
static

Definition at line 8 of file teken_state.h.

Referenced by teken_state_1().

◆ teken_state_8

teken_state_t teken_state_8
static

Definition at line 9 of file teken_state.h.

Referenced by teken_state_2().