Searched refs:vi_HARDTABS (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vars.h52 #define vi_HARDTABS 9 macro
H A Dex_put.c573 if (tab && value(vi_HARDTABS))
574 i = (destcol / value(vi_HARDTABS)) + (destcol % value(vi_HARDTABS));
581 if (value(vi_HARDTABS)) {
582 j = destcol / value(vi_HARDTABS) - outcol / value(vi_HARDTABS);
584 j += destcol % value(vi_HARDTABS);
631 if (tab && value(vi_HARDTABS))
632 i = destcol % value(vi_HARDTABS)
633 + destcol / value(vi_HARDTABS);
[all...]

Completed in 478 milliseconds