Home
last modified time | relevance | path

Searched defs:_stack (Results 1 – 3 of 3) sorted by relevance

/titanic_52/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c145 #define STACK_RESERVE(_stack, _n_default) \ argument
153 #define STACK_RESET(_stack) (_stack).stk_n = 0; argument
158 #define STACK_IS_EMPTY(_stack) ((_stack).stk_n == 0) argument
167 #define STACK_PUSH(_stack) (_stac argument
173 STACK_POP(_stack) global() argument
179 STACK_TOP(_stack) global() argument
[all...]
/titanic_52/usr/src/lib/libxcurses2/h/
H A Dcurses.h181 int *_stack; /* Buffer used for the input stack. */ member
/titanic_52/usr/src/lib/libxcurses/h/
H A Dcurses.h178 int *_stack; /* Buffer used for the input stack. */ member