Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/unexpand/
H A Dunexpand.c59 static int tabstops[100]; variable
74 tabstops[0] = 8; in main()
131 tabstops[0]; in tabify()
135 tabstops[n] - 1 < dcol; n++) in tabify()
138 dcol = tabstops[n]; in tabify()
147 while (((ocol + tabstops[0]) / tabstops[0]) in tabify()
148 <= (dcol / tabstops[0])) { in tabify()
153 tabstops[0]; in tabify()
160 ocol = tabstops[n++]; in tabify()
217 if (nstops == sizeof(tabstops) / sizeof(*tabstops)) in getstops()
[all …]
/freebsd-14.2/usr.bin/expand/
H A Dexpand.c57 static int tabstops[100]; variable
123 } while (((column - 1) % tabstops[0]) != (tabstops[0] - 1)); in main()
127 if (tabstops[n] > column) in main()
134 while (column < tabstops[n]) { in main()
178 if (nstops > 0 && i <= tabstops[nstops-1]) in getstops()
180 if (nstops == sizeof(tabstops) / sizeof(*tabstops)) in getstops()
182 tabstops[nstops++] = i; in getstops()
/freebsd-14.2/contrib/less/
H A Doptfunc.c66 extern int tabstops[];
693 if (!v && n > tabstops[i-1]) in set_tabs()
694 tabstops[i++] = n; in set_tabs()
703 tabdefault = tabstops[ntabstops-1] - tabstops[ntabstops-2]; in set_tabs()
729 sprintf(msg+strlen(msg), "%d", tabstops[i]); in opt_x()
H A Dline.c60 public int tabstops[TABSTOP_MAX] = { 0 }; /* Custom tabstops */ variable
837 if (ntabstops < 2 || to_tab >= tabstops[ntabstops-1]) in store_tab()
839 ((to_tab - tabstops[ntabstops-1]) % tabdefault); in store_tab()
844 if (to_tab >= tabstops[i]) in store_tab()
846 to_tab = tabstops[i+1] - to_tab; in store_tab()
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dapple320 #>>>5 string >\0 \b, tabstops "%-79s"
/freebsd-14.2/share/doc/IPv6/
H A DIMPLEMENTATION2253 - the tab character should be 8 columns wide (tabstops are at 8, 16, 24, ...
/freebsd-14.2/contrib/ncurses/
H A DNEWS1950 + modify reset_cmd.c to allow for tabstops at intervals other than 8