Home
last modified time | relevance | path

Searched refs:Function_Stack_Type (Results 1 – 2 of 2) sorted by relevance

/dports/devel/libslang2/slang-2.3.2/slsh/lib/
H A Dprofile.sl92 private variable Function_Stack_Type = struct
254 variable f = @Function_Stack_Type;
329 variable f = @Function_Stack_Type;
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslang.c198 Function_Stack_Type; typedef
199 static Function_Stack_Type *Function_Stack;
200 static Function_Stack_Type *Function_Stack_Ptr;
1011 Function_Stack_Type *s; in decrement_slang_frame_pointer()
1026 Function_Stack_Type *s; in increment_slang_frame_pointer()
4385 static int get_function_stack_info (int depth, Function_Stack_Type *sp) in get_function_stack_info()
4415 Function_Stack_Type s; in _pSLang_get_frame_fun_info()
4442 Function_Stack_Type s; in _pSLang_set_frame_variable()
4463 Function_Stack_Type s; in _pSLang_get_frame_variable()
10484 …Function_Stack = (Function_Stack_Type *) _SLcalloc (SLANG_MAX_RECURSIVE_DEPTH, sizeof (Function_St… in init_interpreter()
[all …]