Home
last modified time | relevance | path

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

/dports/devel/libslang2/slang-2.3.2/src/
H A Dslang.c4341 #define MAX_USER_BLOCKS 5 macro
4343 static SLBlock_Type *Global_User_Block[MAX_USER_BLOCKS];
4495 SLBlock_Type *user_blocks[MAX_USER_BLOCKS]; in execute_slang_fun()
4502 memset ((char *)user_blocks, 0, MAX_USER_BLOCKS*sizeof (SLBlock_Type *)); in execute_slang_fun()