x-engine-c v0.2.13
The C engine for x-lang
Loading...
Searching...
No Matches
x_callcc_cont_t Struct Reference

Data Fields

jmp_buf jmp
 
void * stack_copy
 
size_t stack_size
 
void * stack_lo
 
x_obj_tp_result
 
x_obj_tp_env
 
x_obj_tp_save_stack
 
x_obj_tp_error_handler
 
x_obj_tp_eval_list_stack
 
x_obj_tp_root_chain
 

Field Documentation

◆ jmp

jmp_buf x_callcc_cont_t::jmp

◆ p_env

x_obj_t* x_callcc_cont_t::p_env

◆ p_error_handler

x_obj_t* x_callcc_cont_t::p_error_handler

◆ p_eval_list_stack

x_obj_t* x_callcc_cont_t::p_eval_list_stack

◆ p_result

x_obj_t* x_callcc_cont_t::p_result

◆ p_root_chain

x_obj_t* x_callcc_cont_t::p_root_chain

◆ p_save_stack

x_obj_t* x_callcc_cont_t::p_save_stack

◆ stack_copy

void* x_callcc_cont_t::stack_copy

◆ stack_lo

void* x_callcc_cont_t::stack_lo

◆ stack_size

size_t x_callcc_cont_t::stack_size

The documentation for this struct was generated from the following file: