Searched refs:ntabstops (Results 1 – 2 of 2) sorted by relevance
69 extern int ntabstops;704 ntabstops = i; in set_tabs()705 tabdefault = tabstops[ntabstops-1] - tabstops[ntabstops-2]; in set_tabs()725 if (ntabstops > 2) in opt_x()727 for (i = 1; i < ntabstops; i++) in opt_x()
63 public int ntabstops = 1; /* Number of tabstops */ variable839 if (ntabstops < 2 || to_tab >= tabstops[ntabstops-1]) in store_tab()841 ((to_tab - tabstops[ntabstops-1]) % tabdefault); in store_tab()845 for (i = ntabstops - 2; i >= 0; i--) in store_tab()