Searched refs:tabstop (Results 1 – 11 of 11) sorted by relevance
| /illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
| H A D | mvcur.c | 183 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 D | mvcur.c | 180 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 D | token.h | 67 extern unsigned int tabstop;
|
| H A D | tokenize.c | 45 unsigned int tabstop = 8; variable 379 stream->pos += tabstop - stream->pos % tabstop; in nextchar_slow()
|
| H A D | lib.c | 859 tabstop = val; in handle_ftabstop()
|
| /illumos-gate/usr/src/boot/common/ |
| H A D | tem.c | 2572 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 D | tem_safe.c | 2173 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 D | IR.rst | 427 .. # vim: tabstop=4
|
| /illumos-gate/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_io.c | 561 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 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
|