PA_INTDEC
if (!(pap->pa_flags & (PA_INTHEX | PA_INTDEC))) {
if (!(pap->pa_flags & PA_INTDEC))
'd', MDB_OPT_SETBITS, PA_INTDEC, &dummy,
'd', MDB_OPT_SETBITS, PA_INTDEC, &uflags,
uflags &= ~PA_INTDEC; /* -x and -d are mutually exclusive */
format = (pap->pa_flags & PA_INTDEC)? "%#llu" : "%#llx";