Home
last modified time | relevance | path

Searched refs:const_locObjType (Results 1 – 8 of 8) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dexecutl.h42 objectType create_return_object (const_locObjType local, objectType init_value,
44 void create_local_object (const_locObjType local, objectType init_value,
46 void destroy_local_object (const_locObjType local, boolType ignoreError);
47 void destroy_local_init_value (const_locObjType local, errInfoType *err_info);
H A Dblockutl.h29 blockType new_block (locListType block_params, const_locObjType block_result,
H A Dtraceutl.h71 void printLocObj (const_locObjType locObj);
H A Dblockutl.c54 static void free_locobj (const_locObjType locobj) in free_locobj()
143 blockType new_block (locListType block_params, const_locObjType block_result, in new_block()
H A Dexecutl.c980 objectType create_return_object (const_locObjType local, objectType init_value, in create_return_object()
1039 void create_local_object (const_locObjType local, objectType init_value, in create_local_object()
1098 void destroy_local_object (const_locObjType local, boolType ignoreError) in destroy_local_object()
1176 void destroy_local_init_value (const_locObjType local, errInfoType *err_info) in destroy_local_init_value()
H A Dexec.c380 static inline boolType res_init (const_locObjType block_result, in res_init()
411 static inline void res_restore (const_locObjType block_result, in res_restore()
H A Ddata.h129 typedef const struct locObjStruct *const_locObjType; typedef
H A Dtraceutl.c849 void printLocObj (const_locObjType locObj) in printLocObj()