Home
last modified time | relevance | path

Searched refs:IOB_WRAPNOW (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c169 #define IOB_WRAPNOW(iob, n) \ macro
1127 if (IOB_WRAPNOW(iob, width)) in iob_bits2str()
1145 if (IOB_WRAPNOW(iob, width)) in iob_bits2str()
1246 if (IOB_WRAPNOW(iob, len) && *format != '\n') in iob_doprnt()
1564 if (IOB_WRAPNOW(iob, width)) in iob_doprnt()
1606 if (IOB_WRAPNOW(iob, len) && *format != '\n') in iob_doprnt()
2219 if (IOB_WRAPNOW(iob, 0)) in mdb_iob_set_autowrap()