|
LMMS
|
Macros | |
| #define | __TTYIO_C /* identifies this source module */ |
| #define | PUTC putc |
| #define | GLOBAL(g) |
| #define | NO_FCNTL_H |
| #define | GTTY gtty |
| #define | STTY stty |
Functions | |
| char *ttyname | OF ((int)) |
| void | Echoff (__G__ f) __GDEF int f |
| GLOBAL (echofd) | |
| GTTY (f, &sg) | |
| sg sg_flags & | STTY (f, &sg) |
| void | Echon (__G) |
| int | zgetch (__G__ f) __GDEF int f |
| echoff (f) | |
| read (f, &c, 1) | |
| if (c !='\n') | |
| while (c2 !='\n') | |
| echon () | |
| #define __TTYIO_C /* identifies this source module */ |
| #define GTTY gtty |
| #define NO_FCNTL_H |
| #define PUTC putc |
| #define STTY stty |
| echoff | ( | f | ) |
| echon | ( | ) |
| GLOBAL | ( | echofd | ) |
| GTTY | ( | f | , |
| & | sg ) |
| char *ttyname OF | ( | (int) | ) |
| read | ( | f | , |
| & | c, | ||
| 1 | ) |
| sg sg_flags & STTY | ( | f | , |
| & | sg ) |