Coda Distributed File System
Classes | Macros | Typedefs | Enumerations | Functions | Variables
rp2.h File Reference
#include <rpc2/rpc2.h>
#include <stdlib.h>
Include dependency graph for rp2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  subsystem
 
struct  VAR
 
struct  ENUM
 
struct  RPC2_TYPE
 
struct  entry
 
struct  proc
 
struct  stubelem
 

Macros

#define RP2_FALSE   0
 
#define RP2_TRUE   1
 
#define NIL   0
 

Typedefs

typedef unsigned char rp2_bool
 
typedef struct entry ENTRY
 
typedef struct proc PROC
 
typedef struct stubelem STUBELEM
 

Enumerations

enum  LANGUAGE { NONE = 0 , C = 1 , PASCAL = 2 , F77 = 3 }
 

Functions

int yylex (void)
 
void yyerror (char *s)
 
void yywarn (char *s)
 
void spit_include (char *filename)
 

Variables

rp2_bool ansi
 
int line
 

Macro Definition Documentation

◆ NIL

#define NIL   0

◆ RP2_FALSE

#define RP2_FALSE   0

◆ RP2_TRUE

#define RP2_TRUE   1

Typedef Documentation

◆ ENTRY

typedef struct entry ENTRY

◆ PROC

typedef struct proc PROC

◆ rp2_bool

typedef unsigned char rp2_bool

◆ STUBELEM

typedef struct stubelem STUBELEM

Enumeration Type Documentation

◆ LANGUAGE

enum LANGUAGE
Enumerator
NONE 
PASCAL 
F77 

Function Documentation

◆ spit_include()

void spit_include ( char *  filename)

◆ yyerror()

void yyerror ( char *  s)

◆ yylex()

int yylex ( void  )

◆ yywarn()

void yywarn ( char *  s)

Variable Documentation

◆ ansi

rp2_bool ansi
extern

◆ line

int line
extern