Searched refs:vcol_prev (Results 1 – 2 of 2) sorted by relevance
237 long vcol_prev = -1; // "vcol" of previous character in win_line() local1344 || ((int)vcol_prev == fromcol_prev in win_line()1345 && vcol_prev < vcol // not at margin in win_line()1554 || vcol < fromcol || vcol_prev < fromcol_prev in win_line()2872 vcol_prev = vcol; in win_line()
8086 Solution: Check that vcol_prev is smaller than vcol.