Home
last modified time | relevance | path

Searched refs:vi_WRAPMARGIN (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/vi/port/
H A Dex_vars.h87 #define vi_WRAPMARGIN 43 macro
99 #define vi_WRAPMARGIN 42 macro
H A Dex_vops2.c1176 if (value(vi_WRAPMARGIN) &&
1177 (outcol + width - 1 >= OCOLUMNS - value(vi_WRAPMARGIN) ||
1234 if (outcol+(backsl?OCOLUMNS:0) - width >= OCOLUMNS - value(vi_WRAPMARGIN)) {
1236 if (outcol+(backsl?OCOLUMNS:0) + width -1 >= OCOLUMNS - value(vi_WRAPMARGIN)) {