FreeNOS
Data Fields
__teken Struct Reference

#include <teken.h>

Data Fields

const teken_funcs_tt_funcs
 
void * t_softc
 
teken_state_tt_nextstate
 
unsigned int t_stateflags
 
unsigned int t_nums [T_NUMSIZE]
 
unsigned int t_curnum
 
teken_pos_t t_cursor
 
teken_attr_t t_curattr
 
teken_pos_t t_saved_cursor
 
teken_attr_t t_saved_curattr
 
teken_attr_t t_defattr
 
teken_pos_t t_winsize
 
teken_span_t t_scrollreg
 
teken_span_t t_originreg
 
unsigned int t_tabstops [T_NUMCOL/(sizeof(unsigned int) *8)]
 

Detailed Description

Definition at line 131 of file teken.h.

Field Documentation

◆ t_curattr

teken_attr_t __teken::t_curattr

◆ t_curnum

unsigned int __teken::t_curnum

◆ t_cursor

teken_pos_t __teken::t_cursor

◆ t_defattr

teken_attr_t __teken::t_defattr

◆ t_funcs

const teken_funcs_t* __teken::t_funcs

◆ t_nextstate

teken_state_t* __teken::t_nextstate

Definition at line 135 of file teken.h.

Referenced by teken_init(), teken_input_char(), and teken_state_switch().

◆ t_nums

unsigned int __teken::t_nums[T_NUMSIZE]

◆ t_originreg

teken_span_t __teken::t_originreg

◆ t_saved_curattr

teken_attr_t __teken::t_saved_curattr

Definition at line 145 of file teken.h.

Referenced by teken_set_defattr(), teken_subr_restore_cursor(), and teken_subr_save_cursor().

◆ t_saved_cursor

teken_pos_t __teken::t_saved_cursor

Definition at line 144 of file teken.h.

Referenced by teken_input_char(), teken_subr_restore_cursor(), and teken_subr_save_cursor().

◆ t_scrollreg

teken_span_t __teken::t_scrollreg

◆ t_softc

void* __teken::t_softc

◆ t_stateflags

unsigned int __teken::t_stateflags

◆ t_tabstops

unsigned int __teken::t_tabstops[T_NUMCOL/(sizeof(unsigned int) *8)]

◆ t_winsize

teken_pos_t __teken::t_winsize

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