Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmvcur.c183 int dist, tabs, tabstop; local
191 tabs = tabstop = dist = 0;
200 tabstop = nc / init_tabs;
202 tabs = tabstop - oc / init_tabs;
205 oc = tabstop * init_tabs;
208 tabstop = init_tabs - nc % init_tabs;
217 tabstop = nc / init_tabs;
219 tabs = (oc - 1) / init_tabs - tabstop;
222 oc = (tabstop + 1) * init_tabs;
225 tabstop = nc % init_tabs;
[all …]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmvcur.c180 int dist, tabs, tabstop; in simp_col() local
188 tabs = tabstop = 0; in simp_col()
197 tabstop = nc / init_tabs; in simp_col()
199 tabs = tabstop - oc / init_tabs; in simp_col()
202 oc = tabstop * init_tabs; in simp_col()
205 tabstop = init_tabs - nc % init_tabs; in simp_col()
214 tabstop = nc / init_tabs; in simp_col()
216 tabs = (oc - 1) / init_tabs - tabstop; in simp_col()
219 oc = (tabstop + 1) * init_tabs; in simp_col()
222 tabstop = nc % init_tabs; in simp_col()
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dtoken.h67 extern unsigned int tabstop;
H A Dtokenize.c45 unsigned int tabstop = 8; variable
379 stream->pos += tabstop - stream->pos % tabstop; in nextchar_slow()
H A Dlib.c859 tabstop = val; in handle_ftabstop()
/illumos-gate/usr/src/boot/common/
H A Dtem.c2572 screen_pos_t tabstop; in tem_back_tab() local
2574 tabstop = 0; in tem_back_tab()
2578 tabstop = tem->tvs_tabs[i]; in tem_back_tab()
2583 tem_mv_cursor(tem, tem->tvs_c_cursor.row, tabstop); in tem_back_tab()
2590 screen_pos_t tabstop; in tem_tab() local
2592 tabstop = tems.ts_c_dimension.width - 1; in tem_tab()
2596 tabstop = tem->tvs_tabs[i]; in tem_tab()
2601 tem_mv_cursor(tem, tem->tvs_c_cursor.row, tabstop); in tem_tab()
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c2173 screen_pos_t tabstop; in tem_safe_back_tab() local
2178 tabstop = 0; in tem_safe_back_tab()
2182 tabstop = tem->tvs_tabs[i]; in tem_safe_back_tab()
2188 tabstop, credp, called_from); in tem_safe_back_tab()
2196 screen_pos_t tabstop; in tem_safe_tab() local
2201 tabstop = tems.ts_c_dimension.width - 1; in tem_safe_tab()
2205 tabstop = tem->tvs_tabs[i]; in tem_safe_tab()
2211 tabstop, credp, called_from); in tem_safe_tab()
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A DIR.rst427 .. # vim: tabstop=4
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c561 mdb_iob_tabstop(mdb_iob_t *iob, size_t tabstop) in mdb_iob_tabstop() argument
563 iob->iob_tabstop = MIN(tabstop, iob->iob_cols - 1); in mdb_iob_tabstop()
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src4122 # Comparing with the tabs utility shows a problem with the last tabstop on
H A Dterminfo.src4715 # Comparing with the tabs utility shows a problem with the last tabstop on