#include <errno.h>
#include <fcntl.h>
#include <assert.h>
#include "std/local.H"
#include "config/config.H"
#include "tty.H"
#include <unistd.h>
#include <sys/time.h>
#include <termios.h>
Compounds | |
class | TTYfd_privates |
Defines | |
#define | BIT(N, INT) ((1 << N) & ((int)(INT))) |
#define | MILLISEC_TO_TIME(PTR, MSEC, TIME) |
Variables | |
const int | TTY_DFLT_TIMEOUT = 0 |
const int | VMIN_CHARS = 0 |
const int | VTIME_LENGTH = 0 |
|
|
|
Value: if ((MSEC) != -1) { \ (TIME).tv_sec = (MSEC)/1000; \ (TIME).tv_usec = ((MSEC)%1000)*1000; \ PTR = &TIME; \ } else \ PTR = NULL |
|
|
|
|
|
|