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

/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_refresh.c85 int dst_row, dst_col; local
154 /* limit(dst_col) */
173 dst_col = src_col + begx;
183 j = 1 + dst_col - WidecExt(oline->text[src_col]);
186 if (dst_col > j) {
187 src_col -= (dst_col - j);
188 dst_col = j;
214 int fix_left = dst_col;
223 j = dst_col;
254 if (fix_left < dst_col || fix_righ
[all...]

Completed in 66 milliseconds