XINU
|
#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 |
char ttycblk::tyebuff[TY_EBUFLEN] |
Definition at line 37 of file tty.h.
Referenced by eputc(), ttyhandle_out(), and ttyinit().
char* ttycblk::tyehead |
Definition at line 35 of file tty.h.
Referenced by ttyhandle_out(), and ttyinit().
bool8 ttycblk::tyeof |
Definition at line 47 of file tty.h.
Referenced by ttygetc(), ttyhandle_in(), and ttyinit().
char ttycblk::tyeofch |
Definition at line 48 of file tty.h.
Referenced by ttygetc(), ttyhandle_in(), and ttyinit().
char* ttycblk::tyetail |
Definition at line 36 of file tty.h.
Referenced by eputc(), ttyhandle_out(), and ttyinit().
bool8 ttycblk::tyevis |
char ttycblk::tyibuff[TY_IBUFLEN] |
bool8 ttycblk::tyicrlf |
Definition at line 43 of file tty.h.
Referenced by ttyhandle_in(), and ttyinit().
int32 ttycblk::tyicursor |
Definition at line 51 of file tty.h.
Referenced by ttyhandle_in(), and ttyinit().
bool8 ttycblk::tyiecho |
Definition at line 39 of file tty.h.
Referenced by erase1(), ttycontrol(), ttyhandle_in(), and ttyinit().
bool8 ttycblk::tyierase |
Definition at line 44 of file tty.h.
Referenced by ttyhandle_in(), and ttyinit().
char ttycblk::tyierasec |
Definition at line 45 of file tty.h.
Referenced by ttyhandle_in(), and ttyinit().
char ttycblk::tyierasec2 |
Definition at line 46 of file tty.h.
Referenced by ttyhandle_in(), and ttyinit().
char ttycblk::tyifullc |
Definition at line 57 of file tty.h.
Referenced by ttyhandle_in(), and ttyinit().
bool8 ttycblk::tyikill |
Definition at line 49 of file tty.h.
Referenced by ttyhandle_in(), and ttyinit().
char ttycblk::tyikillc |
Definition at line 50 of file tty.h.
Referenced by ttyhandle_in(), and ttyinit().
char ttycblk::tyimode |
Definition at line 38 of file tty.h.
Referenced by ttycontrol(), ttygetc(), ttyhandle_in(), ttyinit(), and ttyread().
sid32 ttycblk::tyisem |
Definition at line 30 of file tty.h.
Referenced by ttycontrol(), ttygetc(), ttyhandle_in(), ttyinit(), and ttyread().
char* ttycblk::tyitail |
Definition at line 28 of file tty.h.
Referenced by erase1(), ttycontrol(), ttyhandle_in(), and ttyinit().
char ttycblk::tyobuff[TY_OBUFLEN] |
Definition at line 33 of file tty.h.
Referenced by ttyhandle_out(), ttyinit(), and ttyputc().
bool8 ttycblk::tyoflow |
Definition at line 52 of file tty.h.
Referenced by ttyhandle_in(), and ttyinit().
char* ttycblk::tyohead |
Definition at line 31 of file tty.h.
Referenced by ttyhandle_out(), and ttyinit().
bool8 ttycblk::tyoheld |
Definition at line 53 of file tty.h.
Referenced by ttyhandle_in(), ttyhandle_out(), and ttyinit().
sid32 ttycblk::tyosem |
Definition at line 34 of file tty.h.
Referenced by ttyhandle_out(), ttyinit(), and ttyputc().
char ttycblk::tyostart |
Definition at line 55 of file tty.h.
Referenced by ttyhandle_in(), and ttyinit().
char ttycblk::tyostop |
Definition at line 54 of file tty.h.
Referenced by ttyhandle_in(), and ttyinit().