Searched defs:opt_w (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_set.c342 uint_t opt_w = FALSE, opt_plus_w = FALSE, opt_W = FALSE; local
368 'w', MDB_OPT_SETBITS, TRUE, &opt_w,
395 if ((opt_w && opt_plus_w) || (opt_W && opt_plus_W))
408 if (opt_w)
H A Dmdb_cmds.c1925 uint_t opt_w = FALSE; /* Window mode off by default */ local
1933 'w', MDB_OPT_SETBITS, TRUE, &opt_w,
1963 if (opt_w == FALSE && (argc != i || (flags & DCMD_ADDRSPEC))) {
1974 opt_w = TRUE;
1981 opt_w = FALSE;
2003 if (opt_w == FALSE) {

Completed in 65 milliseconds