Searched refs:OPT_B_SELECTED (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c46 #define OPT_B_SELECTED (opt_b != MDB_BLKNUM) macro
1671 nofilter = (!OPT_B_SELECTED && !opt_d && !opt_h && !opt_i &&
1700 (OPT_B_SELECTED && (centry.cc_head.hh_blk_num == opt_b)) ||
2806 if (!opt_a && (!OPT_B_SELECTED) && (!OPT_C_SELECTED) && !opt_d &&
2824 (!opt_d && (!OPT_B_SELECTED)) || /* no options chosen */
2826 (OPT_B_SELECTED && (gl_centry_info.sc_fpos == opt_b)))

Completed in 91 milliseconds