home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 2: Applications
/
Linux Cubed Series 2 - Applications.iso
/
editors
/
emacs
/
xemacs
/
xemacs-1.004
/
xemacs-1
/
xemacs-19.13
/
src
/
vmsproc.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-11-28
|
469 b
|
24 lines
/*
Structure for storing VMS specific information for an EMACS process
We use the event flags 1-23 for processes, keyboard input and timer
*/
/* Synched up with: Not synched with FSF. */
/*
Same as MAXDESC in process.c
*/
#define MAX_EVENT_FLAGS 23
typedef struct {
char inputBuffer[1024];
short inputChan;
short outputChan;
short busy;
int pid;
int eventFlag;
int exitStatus;
short iosb[4];
} VMS_PROC_STUFF;