#include <sys/types.h>#include <unistd.h>#include <fcntl.h>#include <signal.h>#include <sys/wait.h>#include <stdio.h>#include <stdlib.h>#include <math.h>#include <malloc.h>#include <string.h>#include <X11/Xlib.h>#include <X11/Xutil.h>#include "xgedit.h"#include "xgeipc.h"
Functions | |
| boolean | xge_ChildIsActive (void) |
| boolean | xge_MakeTheChild (const char *name, const char *suffix, int magic) |
| void | xge_CallTheChild (int cmd, int size) |
| int | kill (pid_t pid, int sig) |
| void | xge_SignalTheChild (void) |
| void | xge_ParentFlushPipe (void) |
| int kill | ( | pid_t | pid, | |
| int | sig | |||
| ) |
| void xge_CallTheChild | ( | int | cmd, | |
| int | size | |||
| ) |
| boolean xge_ChildIsActive | ( | void | ) |
| boolean xge_MakeTheChild | ( | const char * | name, | |
| const char * | suffix, | |||
| int | magic | |||
| ) |
| void xge_ParentFlushPipe | ( | void | ) |
| void xge_SignalTheChild | ( | void | ) |
1.7.1