kpty.cpp File Reference
#include "kpty_p.h"
#include <config.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/stat.h>
#include <sys/param.h>
#include <errno.h>
#include <fcntl.h>
#include <time.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <grp.h>
#include <utmp.h>
#include <termios.h>
#include <kdebug.h>
#include <kstandarddirs.h>
#include <kde_file.h>
#include <QtCore/Q_PID>
Go to the source code of this file.
Defines |
#define | _tcgetattr(fd, ttmode) ioctl(fd, TCGETS, (char *)ttmode) |
#define | _tcsetattr(fd, ttmode) ioctl(fd, TCSETS, (char *)ttmode) |
#define | TTY_GROUP "tty" |
Define Documentation
#define _tcgetattr |
( |
fd, |
|
|
ttmode |
|
) |
ioctl(fd, TCGETS, (char *)ttmode) |
#define _tcsetattr |
( |
fd, |
|
|
ttmode |
|
) |
ioctl(fd, TCSETS, (char *)ttmode) |