Searched refs:OPT_b (Results 1 – 3 of 3) sorted by relevance
42 #define OPT_b 0x00000002 macro44 #define OPT_d (OPT_a | OPT_b)
380 SETOPT((*optchkd), (OPT_A | OPT_a | OPT_b | OPT_c | OPT_m | OPT_v)); in select_hdr32()391 if (ISOPTSET(opttochk, OPT_b)) { in select_hdr32()676 if (ISOPTSET(opttochk, OPT_b)) { in main()679 SETOPT(opttochk, OPT_b); in main()697 if (ISOPTSET(opttochk, OPT_b) || ISOPTSET(opttochk, in main()
6803 for (const Arg *A : Args.filtered(options::OPT_b, options::OPT_K, in ConstructJob()