NeXTSTEP source code.
NeXTSTEP source code dump.
Classes | Macros | Typedefs
mode.h File Reference
#include "machine.h"

Go to the source code of this file.

Classes

struct  map
 
struct  bkpt
 
struct  reglist
 

Macros

#define MAXCOM   64
 
#define MAXARG   32
 
#define LINSIZ   512
 
#define i860BPSTEP   1
 
#define i860SSTEP   2
 

Typedefs

typedef short INT
 
typedef int VOID
 
typedef char BOOL
 
typedef char * string_t
 
typedef char msg[]
 
typedef struct map map
 
typedef mapmap_t
 
typedef struct bkpt bkpt
 
typedef bkptbkpt_t
 
typedef struct reglist REGLIST
 
typedef REGLISTREGPTR
 

Macro Definition Documentation

◆ i860BPSTEP

#define i860BPSTEP   1

◆ i860SSTEP

#define i860SSTEP   2

◆ LINSIZ

#define LINSIZ   512

◆ MAXARG

#define MAXARG   32

◆ MAXCOM

#define MAXCOM   64

Typedef Documentation

◆ bkpt

typedef struct bkpt bkpt

◆ bkpt_t

typedef bkpt* bkpt_t

◆ BOOL

typedef char BOOL

◆ INT

typedef short INT

◆ map

typedef struct map map

◆ map_t

typedef map* map_t

◆ msg

typedef char msg[]

◆ REGLIST

typedef struct reglist REGLIST

◆ REGPTR

typedef REGLIST* REGPTR

◆ string_t

typedef char* string_t

◆ VOID

typedef int VOID