Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.c695 static char *stack_limit = NULL; variable
743 stack_limit = (char *)((long)&i - (lim / 16L * 15L)); in get_stack_limit()
744 if (stack_limit >= (char *)&i) in get_stack_limit()
746 stack_limit = (char *)((long)&i / 16L); in get_stack_limit()
750 stack_limit = (char *)((long)&i + (lim / 16L * 15L)); in get_stack_limit()
751 if (stack_limit <= (char *)&i) in get_stack_limit()
752 stack_limit = NULL; // overflow in get_stack_limit()
764 if (stack_limit != NULL) in mch_stackcheck()
768 if (p < stack_limit) in mch_stackcheck()
771 else if (p > stack_limit) in mch_stackcheck()