Lines Matching refs:csx
1641 u_int csx, cex; in screen_write_collect_trim() local
1646 csx = ci->x; in screen_write_collect_trim()
1652 csx, cex, sx, ex); in screen_write_collect_trim()
1657 if (csx > ex) { in screen_write_collect_trim()
1659 csx, cex, sx, ex); in screen_write_collect_trim()
1665 if (csx >= sx && cex <= ex) { in screen_write_collect_trim()
1667 csx, cex, sx, ex); in screen_write_collect_trim()
1670 if (csx == 0 && ci->wrapped && wrapped != NULL) in screen_write_collect_trim()
1676 if (csx < sx && cex >= sx && cex <= ex) { in screen_write_collect_trim()
1678 csx, cex, sx, ex); in screen_write_collect_trim()
1679 ci->used = sx - csx; in screen_write_collect_trim()
1686 if (cex > ex && csx >= sx && csx <= ex) { in screen_write_collect_trim()
1688 csx, cex, sx, ex); in screen_write_collect_trim()
1699 csx, cex, sx, ex); in screen_write_collect_trim()
1706 ci->used = sx - csx; in screen_write_collect_trim()