Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c159 #define IOB_AUTOWRAP(iob) \ macro
170 (IOB_AUTOWRAP(iob) && (iob)->iob_nbytes != 0 && \
1817 if (IOB_AUTOWRAP(iob)) { in iob_bufleft()
1877 if (IOB_AUTOWRAP(iob)) { in mdb_iob_nputs()
1937 if (IOB_AUTOWRAP(iob)) { in mdb_iob_fill()
1949 if (!IOB_AUTOWRAP(iob) || iob->iob_nbytes + n < iob->iob_cols) in mdb_iob_ws()