G:/ScriptBasic/source/options.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include "sym.h"
#include "errcodes.h"
#include "report.h"
#include "lexer.h"
#include "expression.h"
#include "builder.h"
#include "memory.h"
#include "syntax.h"
#include "execute.h"
#include "myalloc.h"
#include "command.h"

Go to the source code of this file.

Functions

int options_Reset (pExecuteObject pEo, char *name)
int options_Set (pExecuteObject pEo, char *name, long value)
long options_Get (pExecuteObject pEo, char *name)
long * options_GetR (pExecuteObject pEo, char *name)


Function Documentation

long options_Get pExecuteObject  pEo,
char *  name
 

Definition at line 148 of file options.c.

References alloc_Alloc(), alloc_Free(), NULL, p, and sym_LookupSymbol().

Referenced by execute_LeftValueSarray(), and modu_Init().

long* options_GetR pExecuteObject  pEo,
char *  name
 

Definition at line 171 of file options.c.

References alloc_Alloc(), alloc_Free(), NULL, p, and sym_LookupSymbol().

Referenced by RaiseError().

int options_Reset pExecuteObject  pEo,
char *  name
 

Definition at line 77 of file options.c.

References alloc_Alloc(), alloc_Free(), NULL, p, and sym_LookupSymbol().

Referenced by if(), and modu_Init().

int options_Set pExecuteObject  pEo,
char *  name,
long  value
 

Definition at line 113 of file options.c.

References alloc_Alloc(), alloc_Free(), NULL, p, sym_LookupSymbol(), and sym_NewSymbolTable().


Generated on Sun Mar 12 23:56:37 2006 for ScriptBasic by  doxygen 1.4.6-NO