Searched refs:ntabstops (Results 1 – 2 of 2) sorted by relevance
67 extern int ntabstops;711 ntabstops = i; in opt_x() 712 tabdefault = tabstops[ntabstops-1] - tabstops[ntabstops-2]; in opt_x() 732 if (ntabstops > 2) in opt_x() 734 for (i = 1; i < ntabstops; i++) in opt_x()
61 public int ntabstops = 1; /* Number of tabstops */ variable 858 if (ntabstops < 2 || to_tab >= tabstops[ntabstops-1]) in store_prchar() 860 ((to_tab - tabstops[ntabstops-1]) % tabdefault); in store_prchar() 864 for (i = ntabstops - 2; i >= 0; i--) in store_prchar()