Lines Matching refs:DEF_MAXCALL
76 #define DEF_MAXCALL 16 /* initial value of Stk->maxcall */ macro
657 Stk->maxcall = DEF_MAXCALL; in make_lwp_stack()
658 Stk->stack = my_malloc(DEF_MAXCALL * sizeof (*Stk->stack), NULL); in make_lwp_stack()
731 Stk->maxcall = DEF_MAXCALL; in make_thr_stack()
732 Stk->stack = my_malloc(DEF_MAXCALL * sizeof (*Stk->stack), NULL); in make_thr_stack()
799 Stk->maxcall = DEF_MAXCALL; in find_lwp_stack()
801 DEF_MAXCALL * sizeof (*Stk->stack), NULL); in find_lwp_stack()
841 Stk->maxcall = DEF_MAXCALL; in find_stack()
842 Stk->stack = my_malloc(DEF_MAXCALL * sizeof (*Stk->stack), in find_stack()
862 Stk->maxcall = DEF_MAXCALL; in find_stack()
863 Stk->stack = my_malloc(DEF_MAXCALL * sizeof (*Stk->stack), in find_stack()
903 Stk->maxcall = DEF_MAXCALL; in find_stack()
904 Stk->stack = my_malloc(DEF_MAXCALL * sizeof (*Stk->stack), in find_stack()