Searched defs:vfit (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vwind.c125 cnt <= WTOP - ZERO && vfit(dot - cnt, cnt) <= WTOP - ZERO)
128 if (state != VISUAL || (!insert_line && !scroll_reverse) || (!scroll && (cnt > tot || vfit(dot - cnt, cnt) > tot / 3 + 1))) {
175 if (state != VISUAL || cnt - tot > 0 || vfit(dot, cnt) > tot / 3 + 1) {
347 vfit(line *tp, int cnt) function

Completed in 57 milliseconds