Searched refs:tabstops (Results 1 – 7 of 7) sorted by relevance
59 static int tabstops[100]; variable74 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 …]
57 static int tabstops[100]; variable123 } 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()
66 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()
60 public int tabstops[TABSTOP_MAX] = { 0 }; /* Custom tabstops */ variable837 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()
320 #>>>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