Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.h112 extern void mdb_iob_tabstop(mdb_iob_t *, size_t);
H A Dmdb_fmt.c217 mdb_iob_tabstop(mdb.m_out, cnt); in fmt_tab()
219 mdb_iob_tabstop(mdb.m_out, ts); in fmt_tab()
H A Dmdb_io.c558 mdb_iob_tabstop(mdb_iob_t *iob, size_t tabstop) in mdb_iob_tabstop() function