Home
last modified time | relevance | path

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

/dports/devel/libslang2/slang-2.3.2/src/
H A Dslang.c59 Function_Header_Type; typedef
70 Function_Header_Type *header; /* body of function */
185 static Function_Header_Type *Current_Function_Header;
238 static void free_function_header (Function_Header_Type *);
4491 Function_Header_Type *header; in execute_slang_fun()
6936 static Function_Header_Type *
6939 Function_Header_Type *h; in allocate_function_header()
6943 if (NULL == (h = (Function_Header_Type *)SLcalloc (sizeof (Function_Header_Type), 1))) in allocate_function_header()
7515 Function_Header_Type *h, SLFUTURE_CONST char *file, in add_slang_function()
8453 Function_Header_Type *h; in lang_define_function()
[all …]