Searched refs:tabstops (Results 1 – 10 of 10) sorted by relevance
62 static size_t *tabstops; variable102 tabstops = erealloc(tabstops, maxstops); in main()104 if (nstops && tabstops[nstops - 1] >= (size_t)i) in main()108 tab, tabstops[nstops - 1]); in main()109 tabstops[nstops++] = i; in main()135 const size_t dstop = (nstops == 0) ? DSTOP : tabstops[0]; in tabify()140 limit = nstops <= 1 ? UINT_MAX : tabstops[nstops - 1] - 1; in tabify()151 for (n = 0; n < nstops && tabstops[n] <= dcol; n++) in tabify()153 if (n < nstops - 1 && tabstops[n] - 1 < limit) { in tabify()154 dcol = tabstops[n]; in tabify()[all …]
55 size_t tabstops[100]; variable110 } while (((column - 1) % tabstops[0]) in main()111 != (tabstops[0] - 1)); in main()115 if (tabstops[n] > column) in main()122 while (column < tabstops[n]) { in main()162 if (nstops > 0 && (size_t)i <= tabstops[nstops-1]) in getstops()164 if (nstops == sizeof(tabstops) / sizeof(tabstops[0]) - 1) in getstops()166 tabstops[nstops++] = i; in getstops()
68 extern int tabstops[];695 if (!v && n > tabstops[i-1]) in set_tabs()696 tabstops[i++] = n; in set_tabs()705 tabdefault = tabstops[ntabstops-1] - tabstops[ntabstops-2]; in set_tabs()731 sprintf(msg+strlen(msg), "%d", tabstops[i]); in opt_x()
62 public int tabstops[TABSTOP_MAX] = { 0 }; /* Custom tabstops */ variable839 if (ntabstops < 2 || to_tab >= tabstops[ntabstops-1]) in store_tab()841 ((to_tab - tabstops[ntabstops-1]) % tabdefault); in store_tab()846 if (to_tab >= tabstops[i]) in store_tab()848 to_tab = tabstops[i+1] - to_tab; in store_tab()
3 - column counts do not take tabstops into account.
406 <tabstops>429 </tabstops>
320 #>>>5 string >\0 \b, tabstops "%-79s"
985 tabstops
643 Add variable width tabstops (thanks to Peter Samuelson).
17468 (line_corrections::add_hint): Use m_context to handle tabstops.