Searched defs:MRB_ENV_SET_STACK_LEN (Results 1 – 3 of 3) sorted by relevance
26 #define MRB_ENV_SET_STACK_LEN(e,len) ((e)->flags = (((e)->flags & ~0x3ff)|((unsigned int)(len) & 0x… macro