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

/freebsd-12-stable/contrib/ncurses/ncurses/base/
H A Dlib_refresh.c84 int dst_row, dst_col; local
145 /* limit(dst_col) */
164 dst_col = src_col + begx;
174 j = 1 + dst_col - WidecExt(oline->text[src_col]);
177 if (dst_col > j) {
178 src_col -= (dst_col - j);
179 dst_col = j;
206 int fix_left = dst_col;
215 j = dst_col;
246 if (fix_left < dst_col || fix_righ
[all...]

Completed in 38 milliseconds