Searched refs:opt_clr (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/pcc/dist/pcc/driver/ |
H A D | options.c | 52 static void opt_clr(int, char *); /* clear option */ 89 { "ffreestanding", FLAG, opt_clr, &opt.hosted }, 91 { "fsigned-char", FLAG, opt_clr, &opt.uchar }, 94 { "fno-unsigned-char", FLAG, opt_clr, &opt.uchar }, 96 { "fno-pic", FLAG, opt_clr, &opt.pic }, 98 { "fno-PIC", FLAG, opt_clr, &opt.pic }, 100 { "fno-stack-protector", FLAG, opt_clr, &opt.ssp }, 102 { "fno-stack-protector-all",FLAG, opt_clr, &opt.ssp }, 116 { "mlittle-endian", FLAG, opt_clr, &opt.bigendian }, 120 { "m64", FLAG, opt_clr, &opt.m32 }, [all …]
|