#include <sys/types.h>#include <termios.h>#include <signal.h>#include <unistd.h>#include <stdio.h>#include <minix/config.h>#include <minix/const.h>#include "../../servers/mfs/const.h"#include "../../servers/mfs/inode.h"#include "de.h"Go to the source code of this file.
Functions | |
| FORWARD | _PROTOTYPE (int Timed_Get_Char,(int time)) |
| FORWARD | _PROTOTYPE (void Timed_Out,(int sig)) |
| void | Save_Term () |
| void | Set_Term () |
| void | Reset_Term () |
| int | Get_Char () |
| int | Timed_Get_Char (int time) |
| char * | Get_Line () |
| int | Arrow_Esc (int c) |
| void | Timed_Out (int sig) |
Variables | |
| char | Kup |
| char | Kdown |
| char | Kleft |
| char | Kright |
| FORWARD _PROTOTYPE | ( | void | Timed_Out, | |
| (int sig) | ||||
| ) |
| FORWARD _PROTOTYPE | ( | int | Timed_Get_Char, | |
| (int time) | ||||
| ) |
| int Arrow_Esc | ( | int | c | ) |
Definition at line 273 of file de_stdin.c.
| int Get_Char | ( | ) |
Definition at line 108 of file de_stdin.c.
| char* Get_Line | ( | ) |
Definition at line 195 of file de_stdin.c.
| void Reset_Term | ( | ) |
Definition at line 87 of file de_stdin.c.
| void Save_Term | ( | ) |
Definition at line 53 of file de_stdin.c.
| void Set_Term | ( | ) |
Definition at line 62 of file de_stdin.c.
| int Timed_Get_Char | ( | int | time | ) |
Definition at line 159 of file de_stdin.c.
| void Timed_Out | ( | int | sig | ) |
Definition at line 292 of file de_stdin.c.
| char Kdown |
Definition at line 55 of file de_stdout.c.
| char Kleft |
Definition at line 56 of file de_stdout.c.
| char Kright |
Definition at line 57 of file de_stdout.c.
| char Kup |
Definition at line 54 of file de_stdout.c.
1.5.8