#include <sys/types.h>#include <fcntl.h>#include <sys/stat.h>#include <signal.h>#include "config.h"#include "screen.h"#include "extern.h"Functions | |
| void | StartRc (char *rcfilename) |
| void | FinishRc (char *rcfilename) |
| void | do_source (char *rcfilename) |
| void | RcLine (char *ubuf, int ubufl) |
| void | WriteFile (struct acluser *user, char *fn, int dump) |
| char * | ReadFile (char *fn, int *lenp) |
| void | KillBuffers () |
| FILE * | secfopen (char *name, char *mode) |
| int | secopen (char *name, int flags, int mode) |
| int | printpipe (struct win *p, char *cmd) |
| int | readpipe (char **cmdv) |
Variables | |
| display * | display |
| display * | displays |
| win * | fore |
| layer * | flayer |
| int | real_uid |
| int | eff_uid |
| int | real_gid |
| int | eff_gid |
| char * | extra_incap |
| char * | extra_outcap |
| char * | home |
| char * | RcFileName |
| char | SockPath [] |
| char * | SockName |
| char * | BufferFile |
| int | hardcopy_append |
| char * | hardcopydir |
| char * | rc_name = "" |
| int | rc_recursion = 0 |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.3