/netbsd-src/usr.bin/m4/ |
H A D | mdef.h | 187 mstack[sp].sfra = (x); \ 195 mstack[sp].sstr = (x); \ 203 mstack[sp].sstr = (x); \ 230 #define PARLEV (mstack[fp].sfra) 231 #define CALTYP (mstack[fp-2].sfra) 232 #define TRACESTATUS (mstack[fp-1].sfra) 233 #define PREVEP (mstack[fp+3].sstr) 235 #define PREVFP (mstack[fp-3].sfra)
|
H A D | main.c | 65 stae *mstack; /* stack of m4 machine */ variable 242 mstack = (stae *)xalloc(sizeof(stae) * STACKMAX, NULL); in main() 550 eval((const char **) mstack+fp+1, 2, in macro() 598 eval((const char **) mstack+fp+1, sp-fp, in macro() 772 mstack = xrealloc(mstack, sizeof(stae) * STACKMAX, in enlarge_stack()
|
H A D | misc.c | 191 mstack[i].sstr = (mstack[i].sstr - strspace) in enlarge_strspace()
|
H A D | extern.h | 156 extern stae *mstack; /* stack of m4 machine */
|
H A D | trace.c | 146 level++,framep = mstack[framep-3].sfra) in frame_level()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | s390.opt | 179 mstack-guard= 184 Target RejectNegative Alias(mstack-guard=,0) Negative(mstack-guard=) 185 Switches off the -mstack-guard= option. 187 mstack-size= 192 Target RejectNegative Alias(mstack-size=,0) Negative(mstack-size=) 193 Switches off the -mstack-size= option.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | s390.opt | 185 mstack-guard= 190 Target RejectNegative Alias(mstack-guard=,0) Negative(mstack-guard=) 191 Switches off the -mstack-guard= option. 193 mstack-size= 198 Target RejectNegative Alias(mstack-size=,0) Negative(mstack-size=) 199 Switches off the -mstack-size= option.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
H A D | riscv.opt | 169 mstack-protector-guard= 175 Valid arguments to -mstack-protector-guard=: 183 mstack-protector-guard-reg= 190 mstack-protector-guard-offset=
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
H A D | gcn.opt | 69 mstack-size= 71 -mstack-size=<number> Set the private segment size per wave-front, in bytes.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/ |
H A D | gcn.opt | 67 mstack-size= 69 -mstack-size=<number> Set the private segment size per wave-front, in bytes.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64.opt | 233 mstack-protector-guard= 239 Valid arguments to -mstack-protector-guard=: 247 mstack-protector-guard-reg= 253 mstack-protector-guard-offset=
|
/netbsd-src/sys/arch/i386/stand/ |
H A D | Makefile.inc | 15 OPT_SIZE.clang= ${OPT_SIZE.gcc} -mstack-alignment=4 -DNDEBUG
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64.opt | 233 mstack-protector-guard= 239 Valid arguments to -mstack-protector-guard=: 247 mstack-protector-guard-reg= 253 mstack-protector-guard-offset=
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm.opt | 325 mstack-protector-guard= 331 Valid arguments to -mstack-protector-guard=: 339 mstack-protector-guard-offset=
|
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | roff.c | 111 struct mctx *mstack; /* stack of macro contexts */ member 786 free(r->mstack[i].argv); in roff_free() 787 free(r->mstack); in roff_free() 1478 ctx = r->mstack + r->mstackpos; in roff_expand() 1894 ctx = r->mstack + r->mstackpos; in roff_userret() 2967 return r->mstackpos < 0 ? 0 : r->mstack[r->mstackpos].argc; in roff_getregro() 3753 ctx = r->mstack + r->mstackpos; in roff_shift() 3810 r->mstack = mandoc_recallocarray(r->mstack, in roff_userdef() 3811 r->mstacksz, r->mstacksz + 8, sizeof(*r->mstack)); in roff_userdef() 3814 ctx = r->mstack + r->mstackpos; in roff_userdef()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000.opt | 548 mstack-protector-guard= 554 Valid arguments to -mstack-protector-guard=: 562 mstack-protector-guard-reg= 569 mstack-protector-guard-offset=
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386.opt | 163 ;; -mstack-protector-guard= 455 mstack-arg-probe 989 mstack-protector-guard= 995 Known stack protector guard (for use with the -mstack-protector-guard= option): 1003 mstack-protector-guard-reg= 1010 mstack-protector-guard-offset= 1017 mstack-protector-guard-symbol=
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mcore/ |
H A D | mcore.opt | 69 mstack-increment=
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mcore/ |
H A D | mcore.opt | 69 mstack-increment=
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386.opt | 163 ;; -mstack-protector-guard= 463 mstack-arg-probe 1009 mstack-protector-guard= 1015 Known stack protector guard (for use with the -mstack-protector-guard= option): 1023 mstack-protector-guard-reg= 1030 mstack-protector-guard-offset= 1037 mstack-protector-guard-symbol=
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/bfin/ |
H A D | bfin.opt | 96 mstack-check-l1
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bfin/ |
H A D | bfin.opt | 96 mstack-check-l1
|
/netbsd-src/sys/arch/i386/pci/ |
H A D | elan520.c | 486 uint16_t mstack = 0, tgtack = 0; in elanpex_intr() local 514 mstack |= mmsg[i].bit; in elanpex_intr() 535 if (mstack != 0) { in elanpex_intr() 538 mstack); in elanpex_intr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000.opt | 556 mstack-protector-guard= 562 Valid arguments to -mstack-protector-guard=: 570 mstack-protector-guard-reg= 577 mstack-protector-guard-offset=
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/epiphany/ |
H A D | epiphany.opt | 66 mstack-offset=
|