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

/macosx-10.9.5/ncurses-42/ncurses/c++/
H A Dcursesapp.cc69 NCursesApplication::SLK_Link* NCursesApplication::slk_stack = 0; member in class:NCursesApplication
99 L->prev = slk_stack;
101 slk_stack = L;
108 if (slk_stack) {
109 SLK_Link* L = slk_stack;
110 slk_stack = slk_stack->prev;
118 return (slk_stack ? FALSE : TRUE);
123 if (slk_stack)
124 return slk_stack
[all...]
H A Dcursesapp.h51 static SLK_Link* slk_stack; member in class:NCursesApplication

Completed in 121 milliseconds