editor/func.c File Reference

#include <stdlib.h>
#include <string.h>
#include "func.h"
#include "strutil.h"

Defines

#define MAX_PARAMS   10

Functions

int func_howmany ()
void func_init (FUNCTION *funtable, int size)
void func_close ()
int(*)(void) func_get (char *name, int *numparams)
int func_get_index (char *name)
int(*)(void) func_nget (int func_number, int *numparams, char **name)
void func_set_param (int n, int value)
int func_get_param (int n)

Variables

static FUNCTIONfunc_table = NULL
static int func_size = 0
static int initialized = 0
static int func_params [MAX_PARAMS]

Define Documentation

#define MAX_PARAMS   10
 


Function Documentation

void func_close  ) 
 

int(*)(void) func_get  ) 
 

int func_get_index char *  name  ) 
 

int func_get_param int  n  ) 
 

int func_howmany  ) 
 

void func_init FUNCTION funtable,
int  size
 

int(*)(void) func_nget  ) 
 

void func_set_param int  n,
int  value
 


Variable Documentation

int func_params[MAX_PARAMS] [static]
 

int func_size = 0 [static]
 

FUNCTION* func_table = NULL [static]
 

int initialized = 0 [static]
 


Generated on Mon Aug 28 20:55:30 2006 for D1X-Rebirth by  doxygen 1.4.6