Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtparm.c106 #define STACKSIZE 20 macro
108 if (stack_ptr < STACKSIZE) {\
136 stack_frame stack[STACKSIZE]; in tparm()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtparm.c102 #define STACKSIZE 20 macro
103 #define npush(x) if (stack_ptr < STACKSIZE) {\
133 stack_frame stack[STACKSIZE];
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dtparm.c129 #define STACKSIZE 20 macro
139 static stack_frame stack[STACKSIZE];
193 if (stack_ptr < STACKSIZE) { in npush()
215 if (stack_ptr < STACKSIZE) { in spush()