#include "types.h"
Include dependency graph for stack.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | MAX_ELEMENTS 1024 |
Functions | |
void | dpush (long data) |
long | dpop (void) |
long | dget (void) |
void | clear_stack (void) |
void | init_stack (void) |
bool | min_stack_depth (int mindep) |
long | stackdepth (void) |
void | swap (void) |
void | two_swap (void) |
Variables | |
long * | dstack |
|
Definition at line 45 of file stack.h. Referenced by init_stack(). |
|
Definition at line 69 of file stack.c. References dstack, and enddstack. Referenced by fcode_end_err_check(). |
|
Definition at line 172 of file stack.c. References dstack, and min_stack_depth(). Here is the call graph for this function: |
|
Definition at line 158 of file stack.c. References dstack, and min_stack_depth(). Referenced by create_constant(), emit_pci_data_block(), get_fcode_from_stack(), handle_internal(), if_from_stack(), and tokz_esc_emit_byte(). Here is the call graph for this function: |
|
Definition at line 146 of file stack.c. References dstack, and room_on_stack_for(). Referenced by deliver_number(), do_constant(), and handle_internal(). Here is the call graph for this function: |
|
Definition at line 76 of file stack.c. References dstack, enddstack, MAX_ELEMENTS, safe_malloc(), and startdstack. Referenced by main(). Here is the call graph for this function: |
|
Definition at line 99 of file stack.c. References dstack, enddstack, and stackerror(). Referenced by dget(), dpop(), swap(), and two_swap(). Here is the call graph for this function: |
|
Definition at line 182 of file stack.c. References dstack, and enddstack. Referenced by fcode_end_err_check(). |
|
Definition at line 201 of file stack.c. References dstack, and min_stack_depth(). Referenced by tokz_esc_swap(). Here is the call graph for this function: |
|
Definition at line 212 of file stack.c. References dstack, and min_stack_depth(). Referenced by tokz_esc_two_swap(). Here is the call graph for this function: |
|
Definition at line 56 of file stack.c. Referenced by clear_stack(), dget(), dpop(), dpush(), init_stack(), min_stack_depth(), room_on_stack_for(), stackdepth(), swap(), two_swap(), and zero_equals(). |