GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
kpty.cpp File Reference
#include "unix/kpty_p.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 <termios.h>
#include <QtCore>
Include dependency graph for kpty.cpp:

Go to the source code of this file.

Macros

#define CTRL(x)   ((x) & 037)
 
#define PATH_MAX   1024
 
#define TTY_GROUP   "tty"
 

Macro Definition Documentation

◆ CTRL

◆ PATH_MAX

#define PATH_MAX   1024

Definition at line 152 of file kpty.cpp.

Referenced by KPty::open().

◆ TTY_GROUP

#define TTY_GROUP   "tty"

Definition at line 146 of file kpty.cpp.

Referenced by KPty::open().