Searched refs:FLAG_ON (Results 1 – 9 of 9) sorted by relevance
/openbsd/usr.bin/rdist/ |
H A 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() 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() 245 case 'w': FLAG_ON(options, DO_WHOLE); break; in main() 246 case 'y': FLAG_ON(options, DO_YOUNGER); break; in main() 247 case 'h': FLAG_ON(options, DO_FOLLOW); break; in main() 248 case 'i': FLAG_ON(options, DO_IGNLNKS); break; in main() [all …]
|
H A D | distopt.c | 113 FLAG_ON(*optptr, distopt->do_value); in parsedistopts()
|
H A D | defs.h | 72 #define FLAG_ON(b,f) b |= f macro
|
H A D | common.c | 146 FLAG_ON(options, DO_NOCHKOWNER); in init() 147 FLAG_ON(options, DO_NOCHKGROUP); in init()
|
H A D | client.c | 1098 FLAG_ON(opts, DO_COMPARE); in fullupdate()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | nlmheader.h | 22 # define FLAG_ON 266 macro
|
H A 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 },
|
H A D | nlmheader.c | 15 # define FLAG_ON 266 macro 1811 { "FLAG_ON", FLAG_ON },
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A 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 },
|