#include <sys/types.h>#include <sys/stat.h>#include <sys/ioctl.h>#include <fcntl.h>#include <signal.h>#include "config.h"#include "screen.h"#include "extern.h"#include <pwd.h>Variables | |
| int | real_uid |
| int | real_gid |
| int | eff_uid |
| int | eff_gid |
| char * | SockName |
| char * | SockMatch |
| char | SockPath [] |
| passwd * | ppp |
| char * | attach_tty |
| char * | attach_term |
| char * | LoginName |
| char * | preselect |
| int | xflag |
| int | dflag |
| int | rflag |
| int | quietflag |
| int | adaptflag |
| mode | attach_Mode |
| NewWindow | nwin_options |
| int | MasterPid |
| char * | multi |
| int | multiattach |
| int | multi_uid |
| int | own_uid |
| int | tty_mode |
| int | tty_oldmode |
| msg * | m |
| char * | match |
| char ** | av |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.3