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;
217 tabstop = nc / init_tabs;
222 oc = (tabstop + 1) * init_tabs;
225 tabstop = nc % init_tabs;
253 if (0 < tabstop
266 tabstop = columns - nc - 1;
[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()
214 tabstop = nc / init_tabs; in simp_col()
219 oc = (tabstop + 1) * init_tabs; in simp_col()
222 tabstop = nc % init_tabs; in simp_col()
251 if (0 < tabstop && in simp_col()
266 tabstop = columns - nc - 1; 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.c2564 screen_pos_t tabstop; in tem_back_tab() local
2566 tabstop = 0; in tem_back_tab()
2570 tabstop = tem->tvs_tabs[i]; in tem_back_tab()
2575 tem_mv_cursor(tem, tem->tvs_c_cursor.row, tabstop); in tem_back_tab()
2582 screen_pos_t tabstop; in tem_tab() local
2584 tabstop = tems.ts_c_dimension.width - 1; in tem_tab()
2588 tabstop = tem->tvs_tabs[i]; in tem_tab()
2593 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/cmd/mdb/common/mdb/
H A Dmdb_io.c558 mdb_iob_tabstop(mdb_iob_t *iob, size_t tabstop) in mdb_iob_tabstop() argument
560 iob->iob_tabstop = MIN(tabstop, iob->iob_cols - 1); in mdb_iob_tabstop()
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A DIR.rst427 .. # vim: tabstop=4
/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