Lines Matching refs:octal
707 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0); in fmt_call() local
718 bprintf(dhp, (octal != 0) ? "%s0%-11lo" : "%s0x%-10lx", in fmt_call()
789 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0); in fmt_branch() local
872 (octal != 0) ? "%s0%-11lo <" : "%s0x%-10lx <", in fmt_branch()
879 (octal != 0) ? "%s, %s0%-5lo <" : in fmt_branch()
887 (octal != 0) ? "%s, %s0%-6lo <" : "%s, %s0x%-5lx <", in fmt_branch()
1537 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0); in prt_shift() local
1553 bprintf(dhp, (octal != 0) ? "%s, 0%lo, %s" : "%s, 0x%lx, %s", in prt_shift()
2230 int octal = dhp->dh_flags & DIS_OCTAL; in prt_imm() local
2236 fmtstr = (octal != 0) ? "- 0%lo" : "- 0x%lx"; in prt_imm()
2238 fmtstr = (octal != 0) ? "+ 0%lo" : "+ 0x%lx"; in prt_imm()
2245 fmtstr = (octal != 0) ? "-0%lo" : "-0x%lx"; in prt_imm()
2251 fmtstr = (octal != 0) ? "0%lo" : "0x%lx"; in prt_imm()
2341 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0); in prt_asi() local
2346 bprintf(dhp, (octal != 0) ? "0%03o" : "0x%02x", f->f3.asi); in prt_asi()
2373 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0); in prt_address() local
2404 (octal != 0) ? "%s%s%s%s%s0%lo%s" : in prt_address()