Searched refs:tabstop (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | mvcur.c | 182 int dist, tabs, tabstop; in simp_col() local 190 tabs = tabstop = 0; in simp_col() 199 tabstop = nc / init_tabs; in simp_col() 201 tabs = tabstop - oc / init_tabs; in simp_col() 204 oc = tabstop * init_tabs; in simp_col() 207 tabstop = init_tabs - nc % init_tabs; in simp_col() 216 tabstop = nc / init_tabs; in simp_col() 218 tabs = (oc - 1) / init_tabs - tabstop; in simp_col() 221 oc = (tabstop + 1) * init_tabs; in simp_col() 224 tabstop = nc % init_tabs; in simp_col() [all …]
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | mvcur.c | 185 int dist, tabs, tabstop; local 193 tabs = tabstop = dist = 0; 202 tabstop = nc / init_tabs; 204 tabs = tabstop - oc / init_tabs; 207 oc = tabstop * init_tabs; 210 tabstop = init_tabs - nc % init_tabs; 219 tabstop = nc / init_tabs; 221 tabs = (oc - 1) / init_tabs - tabstop; 224 oc = (tabstop + 1) * init_tabs; 227 tabstop = nc % init_tabs; [all …]
|
/titanic_50/usr/src/tools/codereview/ |
H A D | lwlp.c | 177 static int tabstop; variable 285 tabstop = DEFAULT_TAB_SIZE; in main() 385 tabstop = atoi(optarg); in main() 386 if (tabstop < 1) { in main() 1231 i = tabstop - (currentp % tabstop) + in proc() 1232 tabc * tabstop; in proc() 1242 i = (tabc + 1) * tabstop; in proc()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | tem_safe.c | 1620 screen_pos_t tabstop; in tem_safe_back_tab() local 1625 tabstop = 0; in tem_safe_back_tab() 1629 tabstop = tem->tvs_tabs[i]; in tem_safe_back_tab() 1635 tabstop, credp, called_from); in tem_safe_back_tab() 1643 screen_pos_t tabstop; in tem_safe_tab() local 1648 tabstop = tems.ts_c_dimension.width - 1; in tem_safe_tab() 1652 tabstop = tem->tvs_tabs[i]; in tem_safe_tab() 1658 tabstop, credp, called_from); in tem_safe_tab()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_io.c | 549 mdb_iob_tabstop(mdb_iob_t *iob, size_t tabstop) in mdb_iob_tabstop() argument 551 iob->iob_tabstop = MIN(tabstop, iob->iob_cols - 1); in mdb_iob_tabstop()
|
/titanic_50/usr/src/cmd/terminfo/ |
H A D | termcap.src | 4122 # Comparing with the tabs utility shows a problem with the last tabstop on
|
H A D | terminfo.src | 4715 # Comparing with the tabs utility shows a problem with the last tabstop on
|