Home
last modified time | relevance | path

Searched refs:tabstops (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.bin/unexpand/
H A Dunexpand.c48 static int tabstops[100]; variable
63 tabstops[0] = 8; in main()
109 limit = nstops == 1 ? INT_MAX : tabstops[nstops - 1] - 1; in tabify()
119 dcol = (1 + dcol / tabstops[0]) * in tabify()
120 tabstops[0]; in tabify()
124 tabstops[n] - 1 < dcol; n++) in tabify()
126 if (n < nstops - 1 && tabstops[n] - 1 < limit) { in tabify()
127 dcol = tabstops[n]; in tabify()
136 while (((ocol + tabstops[0]) / tabstops[0]) in tabify()
137 <= (dcol / tabstops[0])) { in tabify()
[all …]
/freebsd/usr.bin/expand/
H A Dexpand.c45 static int tabstops[100]; variable
111 } while (((column - 1) % tabstops[0]) != (tabstops[0] - 1)); in main()
115 if (tabstops[n] > column) in main()
122 while (column < tabstops[n]) { in main()
166 if (nstops > 0 && i <= tabstops[nstops-1]) in getstops()
168 if (nstops == sizeof(tabstops) / sizeof(*tabstops)) in getstops()
170 tabstops[nstops++] = i; in getstops()
/freebsd/contrib/less/
H A Doptfunc.c67 extern int tabstops[];
730 if (!v && n > tabstops[i-1]) in set_tabs()
731 tabstops[i++] = n; in set_tabs()
740 tabdefault = tabstops[ntabstops-1] - tabstops[ntabstops-2]; in set_tabs()
766 sprintf(msg+strlen(msg), "%d", tabstops[i]); in opt_x()
H A Dline.c62 public int tabstops[TABSTOP_MAX] = { 0 }; /* Custom tabstops */ variable
1021 if (ntabstops < 2 || to_tab >= tabstops[ntabstops-1]) in tab_spaces()
1023 ((to_tab - tabstops[ntabstops-1]) % tabdefault); in tab_spaces()
1028 if (to_tab >= tabstops[i]) in tab_spaces()
1030 to_tab = tabstops[i+1] - to_tab; in tab_spaces()
/freebsd/contrib/file/magic/Magdir/
H A Dapple327 #>>>5 string >\0 \b, tabstops "%-79s"
/freebsd/share/doc/IPv6/
H A DIMPLEMENTATION2253 - the tab character should be 8 columns wide (tabstops are at 8, 16, 24, ...
/freebsd/contrib/ncurses/
H A DNEWS2519 + modify reset_cmd.c to allow for tabstops at intervals other than 8