| /openbsd-src/usr.bin/indent/ |
| H A D | indent_globs.h | 221 #define STACKSIZE 150 macro 226 int p_stack[STACKSIZE]; /* this is the parsers stack */ 227 int il[STACKSIZE]; /* this stack stores indentation levels */ 228 float cstk[STACKSIZE];/* used to store case stmt indentation levels */
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | m68k-stub.c | 185 #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 D | i386-stub.c | 132 #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 D | m32r-stub.c | 155 #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()
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | defparse.y | 32 %token NAME, LIBRARY, DESCRIPTION, STACKSIZE, HEAPSIZE, CODE, DATA 53 | STACKSIZE NUMBER opt_number { def_stacksize ($2, $3);}
|
| H A D | defparse.h | 15 # define STACKSIZE 260 macro
|
| H A D | deflex.l | 37 "STACKSIZE" { return STACKSIZE;}
|
| H A D | defparse.c | 9 # define STACKSIZE 260 macro
|
| H A D | deflex.c | 785 { return STACKSIZE;}
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | defparse.y | 32 %token NAME LIBRARY DESCRIPTION STACKSIZE HEAPSIZE CODE DATA 53 | STACKSIZE NUMBER opt_number { def_stacksize ($2, $3);}
|
| H A D | deflex.l | 39 "STACKSIZE" { return STACKSIZE;}
|
| /openbsd-src/lib/libcurses/ |
| H A D | term.priv.h | 67 #define STACKSIZE 20 macro 82 STACK_FRAME stack[STACKSIZE];
|
| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | deffilep.y | 108 %token NAME LIBRARY DESCRIPTION STACKSIZE HEAPSIZE CODE DATAU DATAL 128 | STACKSIZE NUMBER opt_number { def_stacksize ($2, $3);} 574 { "-stack", STACKSIZE }, 887 { "STACKSIZE", STACKSIZE },
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | deffilep.y | 107 %token NAME LIBRARY DESCRIPTION STACKSIZE HEAPSIZE CODE DATAU DATAL 127 | STACKSIZE NUMBER opt_number { def_stacksize ($2, $3);} 573 { "-stack", STACKSIZE }, 897 { "STACKSIZE", STACKSIZE },
|
| /openbsd-src/gnu/llvm/lld/docs/ |
| H A D | windows_support.rst | 56 ``EXPORTS``, ``HEAPSIZE``, ``STACKSIZE``, ``NAME``, and ``VERSION``.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | vms.h | 550 #define STACKSIZE 8192 macro
|
| H A D | vms-misc.c | 470 if (PRIV (stackptr) >= STACKSIZE) in _bfd_vms_push()
|
| /openbsd-src/lib/libcurses/tinfo/ |
| H A D | lib_tparm.c | 291 if (TPS(stack_ptr) < STACKSIZE) { \ 311 if (TPS(stack_ptr) < STACKSIZE) { \
|
| /openbsd-src/gnu/gcc/gcc/config/mmix/ |
| H A D | mmix.h | 622 #define RETURN_POPS_ARGS(FUNDECL, FUNTYPE, STACKSIZE) 0 argument
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | vms.h | 555 #define STACKSIZE 8192 macro
|
| H A D | vms-misc.c | 538 if (PRIV (stackptr) >= STACKSIZE)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mmix/ |
| H A D | mmix.h | 723 #define RETURN_POPS_ARGS(FUNDECL, FUNTYPE, STACKSIZE) 0 argument
|
| /openbsd-src/gnu/gcc/gcc/config/cris/ |
| H A D | cris.h | 786 #define RETURN_POPS_ARGS(FUNDECL, FUNTYPE, STACKSIZE) 0 argument
|
| /openbsd-src/gnu/usr.bin/perl/os2/ |
| H A D | Makefile.SHs | 112 echo STACKSIZE 32768 >>$@
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/cris/ |
| H A D | cris.h | 945 #define RETURN_POPS_ARGS(FUNDECL, FUNTYPE, STACKSIZE) 0 argument
|