Coda Distributed File System
|
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 |
#define NIL 0 |
#define RP2_FALSE 0 |
#define RP2_TRUE 1 |
typedef unsigned char rp2_bool |
enum LANGUAGE |
void spit_include | ( | char * | filename | ) |
void yyerror | ( | char * | s | ) |
int yylex | ( | void | ) |
void yywarn | ( | char * | s | ) |
|
extern |
|
extern |