Home
last modified time | relevance | path

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

/dragonfly/usr.bin/indent/
H A Dindent_globs.h240 #define STACKSIZE 256 macro
244 int p_stack[STACKSIZE]; /* this is the parsers stack */
245 int il[STACKSIZE]; /* this stack stores indentation levels */
246 float cstk[STACKSIZE];/* used to store case stmt indentation levels */
H A Dparse.c207 if (ps.tos >= STACKSIZE - 1) in parse()
/dragonfly/contrib/gdb-7/gdb/stubs/
H A Di386-stub.c132 #define STACKSIZE 10000 macro
133 int remcomStack[STACKSIZE/sizeof(int)];
134 static int* stackPtr = &remcomStack[STACKSIZE/sizeof(int) - 1];
921 stackPtr = &remcomStack[STACKSIZE / sizeof (int) - 1]; in set_debug_traps()
H A Dm68k-stub.c185 #define STACKSIZE 10000 macro
186 int remcomStack[STACKSIZE/sizeof(int)];
187 static int* stackPtr = &remcomStack[STACKSIZE/sizeof(int) - 1];
1057 stackPtr = &remcomStack[STACKSIZE / sizeof (int) - 1]; in set_debug_traps()
H A Dm32r-stub.c155 #define STACKSIZE 8096 macro
158 static int remcomStack[STACKSIZE / sizeof (int)];
159 static int *stackPtr = &remcomStack[STACKSIZE / sizeof (int) - 1];
1598 stackPtr = &remcomStack[STACKSIZE / sizeof (int) - 1]; in set_debug_traps()
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c178 if (TPS(stack_ptr) < STACKSIZE) { in npush()
206 if (TPS(stack_ptr) < STACKSIZE) { in spush()
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h842 #define STACKSIZE 20 macro
857 STACK_FRAME stack[STACKSIZE];
/dragonfly/contrib/binutils-2.27/binutils/doc/
H A Dbinutils.texi4359 @item @code{STACKSIZE} @var{number-reserve} @code{[, } @var{number-commit} @code{]}