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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c86 #define PA_INTDEC 0x080 /* print integer values in decimal */ macro
920 format = (pap->pa_flags & PA_INTDEC)? "%#llu" : "%#llx";
994 if (!(pap->pa_flags & (PA_INTHEX | PA_INTDEC))) {
1009 if (!(pap->pa_flags & PA_INTDEC))
2231 'd', MDB_OPT_SETBITS, PA_INTDEC, &dummy,
2282 'd', MDB_OPT_SETBITS, PA_INTDEC, &uflags,
2296 uflags &= ~PA_INTDEC; /* -x and -d are mutually exclusive */

Completed in 52 milliseconds