Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtparm.c108 #define STACKSIZE 20 macro
110 if (stack_ptr < STACKSIZE) {\
138 stack_frame stack[STACKSIZE]; in tparm()
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtparm.c104 #define STACKSIZE 20 macro
105 #define npush(x) if (stack_ptr < STACKSIZE) {\
135 stack_frame stack[STACKSIZE];
/titanic_44/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()