Searched refs:opt_w (Results 1 – 3 of 3) sorted by relevance
/titanic_51/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_set.c | 342 uint_t opt_w = FALSE, opt_plus_w = FALSE, opt_W = FALSE; in cmd_set() local 368 'w', MDB_OPT_SETBITS, TRUE, &opt_w, in cmd_set() 395 if ((opt_w && opt_plus_w) || (opt_W && opt_plus_W)) in cmd_set() 408 if (opt_w) in cmd_set()
|
H A D | mdb_cmds.c | 1925 uint_t opt_w = FALSE; /* Window mode off by default */ in cmd_dis() local 1933 'w', MDB_OPT_SETBITS, TRUE, &opt_w, in cmd_dis() 1963 if (opt_w == FALSE && (argc != i || (flags & DCMD_ADDRSPEC))) { in cmd_dis() 1974 opt_w = TRUE; in cmd_dis() 1981 opt_w = FALSE; in cmd_dis() 2003 if (opt_w == FALSE) { in cmd_dis()
|
/titanic_51/usr/src/cmd/fm/scripts/ |
H A D | fmsim.ksh | 68 opt_w=false 122 $opt_w && wait_prompt exit 333 $opt_w && wait_prompt exit
|