Searched refs:tabstops (Results 1 – 7 of 7) sorted by relevance
48 static int tabstops[100]; variable63 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 …]
45 static int tabstops[100]; variable111 } 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()
66 extern int tabstops[];690 /* Start at 1 because tabstops[0] is always zero. */ in set_tabs() 702 if (!v && n > tabstops[i-1]) in set_tabs() 703 tabstops[i++] = n; in set_tabs() 712 tabdefault = tabstops[ntabstops-1] - tabstops[ntabstops-2]; in opt_x() 738 sprintf(msg+strlen(msg), "%d", tabstops[i]); in opt_x()
60 public int tabstops[TABSTOP_MAX] = { 0 }; /* Custom tabstops */ variable 61 public int ntabstops = 1; /* Number of tabstops */62 public int tabdefault = 8; /* Default repeated tabstops */858 if (ntabstops < 2 || to_tab >= tabstops[ntabstops-1]) in store_prchar() 860 ((to_tab - tabstops[ntabstops-1]) % tabdefault); in store_prchar() 865 if (to_tab >= tabstops[i]) in store_prchar() 867 to_tab = tabstops[i+1] - to_tab; in flush_mbc_buf()
327 #>>>5 string >\0 \b, tabstops "%-79s"
2253 - the tab character should be 8 columns wide (tabstops are at 8, 16, 24, ...
1950 + modify reset_cmd.c to allow for tabstops at intervals other than 8