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

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c1251 int type_width; member in struct:dt_type_cbdata
1300 if (sz > cbdatap->type_width)
1301 cbdatap->type_width = sz;
1325 int type_width = roundup(cbdatap->type_width + 1, 4); local
1330 dt_printf(cbdatap->dtp, cbdatap->fp, "%*s%-*s%s%-*s = ",cbdatap->indent * 4,"",type_width,buf,cbdatap->name,name_width,p);
1345 cbdata.type_width = 0;
1534 cbdata.type_width = 0;

Completed in 95 milliseconds