Searched refs:FLAG_ON (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/usr.bin/rdist/ |
| D | rdist.c | 237 case 'v': FLAG_ON(options, DO_VERIFY); break; in main() 238 case 'N': FLAG_ON(options, DO_CHKNFS); break; in main() 239 case 'O': FLAG_ON(options, DO_CHKREADONLY); break; in main() 240 case 'q': FLAG_ON(options, DO_QUIET); break; in main() 241 case 'b': FLAG_ON(options, DO_COMPARE); break; in main() 242 case 'r': FLAG_ON(options, DO_NODESCEND); break; in main() 243 case 'R': FLAG_ON(options, DO_REMOVE); break; in main() 244 case 's': FLAG_ON(options, DO_SAVETARGETS); break; in main() 245 case 'w': FLAG_ON(options, DO_WHOLE); break; in main() 246 case 'y': FLAG_ON(options, DO_YOUNGER); break; in main() [all …]
|
| D | distopt.c | 113 FLAG_ON(*optptr, distopt->do_value); in parsedistopts()
|
| D | defs.h | 72 #define FLAG_ON(b,f) b |= f macro
|
| D | common.c | 146 FLAG_ON(options, DO_NOCHKOWNER); in init() 147 FLAG_ON(options, DO_NOCHKGROUP); in init()
|
| D | client.c | 1098 FLAG_ON(opts, DO_COMPARE); in fullupdate()
|
| /openbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | nlmheader.h | 22 # define FLAG_ON 266 macro
|
| D | nlmheader.y | 121 %token EXPORT FLAG_ON FLAG_OFF FULLMAP HELP IMPORT INPUT MAP MESSAGES 237 | FLAG_ON STRING 600 { "FLAG_ON", FLAG_ON },
|
| D | nlmheader.c | 15 # define FLAG_ON 266 macro 1811 { "FLAG_ON", FLAG_ON },
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/binutils/ |
| D | nlmheader.y | 121 %token EXPORT FLAG_ON FLAG_OFF FULLMAP HELP IMPORT INPUT MAP MESSAGES 237 | FLAG_ON STRING 600 { "FLAG_ON", FLAG_ON },
|