Home
last modified time | relevance | path

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

/titanic_41/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.c213 mdb_iob_tabstop(mdb.m_out, cnt); in fmt_tab()
215 mdb_iob_tabstop(mdb.m_out, ts); in fmt_tab()
H A Dmdb_io.c549 mdb_iob_tabstop(mdb_iob_t *iob, size_t tabstop) in mdb_iob_tabstop() function