XINU
Data Fields
ttycblk Struct Reference

#include <tty.h>

Data Fields

char tyebuff [TY_EBUFLEN]
 
bool8 tyecrlf
 
char * tyehead
 
bool8 tyeof
 
char tyeofch
 
char * tyetail
 
bool8 tyevis
 
char tyibuff [TY_IBUFLEN]
 
bool8 tyicrlf
 
int32 tyicursor
 
bool8 tyieback
 
bool8 tyiecho
 
bool8 tyierase
 
char tyierasec
 
char tyierasec2
 
char tyifullc
 
char * tyihead
 
bool8 tyikill
 
char tyikillc
 
char tyimode
 
sid32 tyisem
 
char * tyitail
 
char tyobuff [TY_OBUFLEN]
 
bool8 tyocrlf
 
bool8 tyoflow
 
char * tyohead
 
bool8 tyoheld
 
sid32 tyosem
 
char tyostart
 
char tyostop
 
char * tyotail
 

Detailed Description

Definition at line 26 of file tty.h.

Field Documentation

◆ tyebuff

char ttycblk::tyebuff[TY_EBUFLEN]

Definition at line 37 of file tty.h.

Referenced by eputc(), ttyhandle_out(), and ttyinit().

◆ tyecrlf

bool8 ttycblk::tyecrlf

Definition at line 42 of file tty.h.

Referenced by echoch(), and ttyinit().

◆ tyehead

char* ttycblk::tyehead

Definition at line 35 of file tty.h.

Referenced by ttyhandle_out(), and ttyinit().

◆ tyeof

bool8 ttycblk::tyeof

Definition at line 47 of file tty.h.

Referenced by ttygetc(), ttyhandle_in(), and ttyinit().

◆ tyeofch

char ttycblk::tyeofch

Definition at line 48 of file tty.h.

Referenced by ttygetc(), ttyhandle_in(), and ttyinit().

◆ tyetail

char* ttycblk::tyetail

Definition at line 36 of file tty.h.

Referenced by eputc(), ttyhandle_out(), and ttyinit().

◆ tyevis

bool8 ttycblk::tyevis

Definition at line 41 of file tty.h.

Referenced by echoch(), erase1(), and ttyinit().

◆ tyibuff

char ttycblk::tyibuff[TY_IBUFLEN]

Definition at line 29 of file tty.h.

Referenced by erase1(), ttygetc(), ttyhandle_in(), and ttyinit().

◆ tyicrlf

bool8 ttycblk::tyicrlf

Definition at line 43 of file tty.h.

Referenced by ttyhandle_in(), and ttyinit().

◆ tyicursor

int32 ttycblk::tyicursor

Definition at line 51 of file tty.h.

Referenced by ttyhandle_in(), and ttyinit().

◆ tyieback

bool8 ttycblk::tyieback

Definition at line 40 of file tty.h.

Referenced by erase1(), and ttyinit().

◆ tyiecho

bool8 ttycblk::tyiecho

Definition at line 39 of file tty.h.

Referenced by erase1(), ttycontrol(), ttyhandle_in(), and ttyinit().

◆ tyierase

bool8 ttycblk::tyierase

Definition at line 44 of file tty.h.

Referenced by ttyhandle_in(), and ttyinit().

◆ tyierasec

char ttycblk::tyierasec

Definition at line 45 of file tty.h.

Referenced by ttyhandle_in(), and ttyinit().

◆ tyierasec2

char ttycblk::tyierasec2

Definition at line 46 of file tty.h.

Referenced by ttyhandle_in(), and ttyinit().

◆ tyifullc

char ttycblk::tyifullc

Definition at line 57 of file tty.h.

Referenced by ttyhandle_in(), and ttyinit().

◆ tyihead

char* ttycblk::tyihead

Definition at line 27 of file tty.h.

Referenced by ttygetc(), and ttyinit().

◆ tyikill

bool8 ttycblk::tyikill

Definition at line 49 of file tty.h.

Referenced by ttyhandle_in(), and ttyinit().

◆ tyikillc

char ttycblk::tyikillc

Definition at line 50 of file tty.h.

Referenced by ttyhandle_in(), and ttyinit().

◆ tyimode

char ttycblk::tyimode

Definition at line 38 of file tty.h.

Referenced by ttycontrol(), ttygetc(), ttyhandle_in(), ttyinit(), and ttyread().

◆ tyisem

sid32 ttycblk::tyisem

Definition at line 30 of file tty.h.

Referenced by ttycontrol(), ttygetc(), ttyhandle_in(), ttyinit(), and ttyread().

◆ tyitail

char* ttycblk::tyitail

Definition at line 28 of file tty.h.

Referenced by erase1(), ttycontrol(), ttyhandle_in(), and ttyinit().

◆ tyobuff

char ttycblk::tyobuff[TY_OBUFLEN]

Definition at line 33 of file tty.h.

Referenced by ttyhandle_out(), ttyinit(), and ttyputc().

◆ tyocrlf

bool8 ttycblk::tyocrlf

Definition at line 56 of file tty.h.

Referenced by ttyinit(), and ttyputc().

◆ tyoflow

bool8 ttycblk::tyoflow

Definition at line 52 of file tty.h.

Referenced by ttyhandle_in(), and ttyinit().

◆ tyohead

char* ttycblk::tyohead

Definition at line 31 of file tty.h.

Referenced by ttyhandle_out(), and ttyinit().

◆ tyoheld

bool8 ttycblk::tyoheld

Definition at line 53 of file tty.h.

Referenced by ttyhandle_in(), ttyhandle_out(), and ttyinit().

◆ tyosem

sid32 ttycblk::tyosem

Definition at line 34 of file tty.h.

Referenced by ttyhandle_out(), ttyinit(), and ttyputc().

◆ tyostart

char ttycblk::tyostart

Definition at line 55 of file tty.h.

Referenced by ttyhandle_in(), and ttyinit().

◆ tyostop

char ttycblk::tyostop

Definition at line 54 of file tty.h.

Referenced by ttyhandle_in(), and ttyinit().

◆ tyotail

char* ttycblk::tyotail

Definition at line 32 of file tty.h.

Referenced by ttyinit(), and ttyputc().


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