Searched refs:src_col (Results 1 – 1 of 1) sorted by relevance
82 int src_row, src_col; in wnoutrefresh() local172 src_col = oline->firstchar; in wnoutrefresh()173 dst_col = src_col + begx; in wnoutrefresh()182 if (isWidecExt(oline->text[src_col])) { in wnoutrefresh()183 j = 1 + dst_col - WidecExt(oline->text[src_col]); in wnoutrefresh()187 src_col -= (dst_col - j); in wnoutrefresh()266 for (; src_col <= last_src; src_col++, dst_col++) { in wnoutrefresh()267 if (!CharEq(oline->text[src_col], nline->text[dst_col])) { in wnoutrefresh()268 nline->text[dst_col] = oline->text[src_col]; in wnoutrefresh()