Searched refs:iob_tabstop (Results 1 – 2 of 2) sorted by relevance
385 iob->iob_tabstop = MDB_IOB_DEFTAB; in mdb_iob_create()551 iob->iob_tabstop = MIN(tabstop, iob->iob_cols - 1); in mdb_iob_tabstop()1411 size_t ots = iob->iob_tabstop; in iob_doprnt()1412 iob->iob_tabstop = width; in iob_doprnt()1414 iob->iob_tabstop = ots; in iob_doprnt()1659 iob->iob_tabstop = MDB_IOB_DEFTAB; in iob_spb_create()1843 if (iob->iob_tabstop != 0) { in mdb_iob_tab()1849 size_t n = (iob->iob_nbytes + iob->iob_tabstop) / in mdb_iob_tab()1850 iob->iob_tabstop * iob->iob_tabstop; in mdb_iob_tab()2067 return (iob->iob_tabstop); in mdb_iob_gettabstop()
100 size_t iob_tabstop; /* Tab stop width */ member