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

/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc_fmt.c2169 * if add_space !=0, append a space after it
2172 prt_name(dis_handle_t *dhp, const char *name, int add_space) argument
2174 bprintf(dhp, (add_space == 0) ? "%s" : "%-9s ", name);

Completed in 50 milliseconds