#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) |
|
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(). |
|
Definition at line 171 of file options.c. References alloc_Alloc(), alloc_Free(), NULL, p, and sym_LookupSymbol(). Referenced by RaiseError(). |
|
Definition at line 77 of file options.c. References alloc_Alloc(), alloc_Free(), NULL, p, and sym_LookupSymbol(). Referenced by if(), and modu_Init(). |
|
Definition at line 113 of file options.c. References alloc_Alloc(), alloc_Free(), NULL, p, sym_LookupSymbol(), and sym_NewSymbolTable(). |