Searched refs:OCOLUMNS (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tty.h74 var short OCOLUMNS; /* Save columns for a hack in open mode */ variable
H A Dex_v.c292 columns = OCOLUMNS;
506 OCOLUMNS = columns;
H A Dex_vops2.c1177 (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)) {
H A Dex_cmds2.c231 columns = OCOLUMNS;
H A Dex_vadj.c176 WCOLS = OCOLUMNS;

Completed in 898 milliseconds