Searched refs:len_winstack (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dncurses.c643 static unsigned len_winstack = 0; variable
652 len_winstack = 0;
663 len_winstack = 20;
664 winstack = typeMalloc(WINSTACK, len_winstack);
665 } else if (need >= len_winstack) {
666 len_winstack = need;
667 winstack = typeRealloc(WINSTACK, len_winstack, winstack);

Completed in 60 milliseconds