Definition in file interpret.h.
#include "substdio.h"
Go to the source code of this file.
Data Structures | |
| struct | return_info |
Defines | |
| #define | ACTIVE_STACK_DEPTH 32 |
| #define | REGISTER_STACK_DEPTH 128 |
| #define | CALL_STACK_DEPTH 32 |
Typedefs | |
| typedef return_info | return_info_t |
Functions | |
| void | load_and_run (char *filename) |
| long | run_program (const unsigned char *program_data, int num_params, va_list params) |
| return_info_t | interpret_call (int which_func, long *params) |
|
|
Definition at line 12 of file interpret.h. Referenced by run_program(). |
|
|
Definition at line 14 of file interpret.h. Referenced by run_program(). |
|
|
Definition at line 13 of file interpret.h. Referenced by run_program(). |
|
|
||||||||||||
|
Definition at line 349 of file interpret_aux.c. References aux_functions, aux_function::helper_func, return_info_t, and return_info::returns. Referenced by run_program(). |
|
|
|
|
||||||||||||||||
1.3.6