Searched refs:vfit (Results 1 – 1 of 1) sorted by relevance
125 cnt <= WTOP - ZERO && vfit(dot - cnt, cnt) <= WTOP - ZERO) in vup()128 …if (state != VISUAL || (!insert_line && !scroll_reverse) || (!scroll && (cnt > tot || vfit(dot - c… in vup()175 if (state != VISUAL || cnt - tot > 0 || vfit(dot, cnt) > tot / 3 + 1) { in vdown()347 vfit(line *tp, int cnt) in vfit() function