Searched refs:nobrackets (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdisasm/sparc/
H A Ddis_sparc_fmt.c2493 * if nobrackets != 0, [] are not added around the instruction
2507 prt_address(dis_handle_t *dhp, uint32_t instr, int nobrackets) argument
2520 (nobrackets == 0) ? "[" : "",
2524 (nobrackets == 0) ? "]" : "");
2544 (nobrackets == 0) ? "[" : "",
2550 (nobrackets == 0) ? "]" : "");
2553 (nobrackets == 0) ? "[" : "",
2555 (nobrackets == 0) ? "]" : "");

Completed in 215 milliseconds