Lines Matching defs:cx
65 static short cy, cx, /* current cursor coord */
113 cx = curscr->_curx;
167 cy = cx = curscr->_curx = curscr->_cury = 0;
241 curscr->_curx = cx;
244 cx = curscr->_curx;
263 if (wy != cy || wx != cx) {
264 (void) mvcur(cy, cx, wy, wx);
268 cx = (short) wx;
283 curscr->_curx = cx;
558 (void) mvcur(cy, cx, wy, x);
570 cx = (short) x;
585 if (cy != wy || cx != wx)
586 (void) mvcur(cy, cx, wy, wx);
590 cx = (short) wx;
743 cx++;
749 cx++;
922 ++cx;
1059 (void) mvcur(cy, cx, cy, x);
1099 cx = (short) wx;
1130 cx = 0;
1206 cy = 0; cx = 0;
1212 (void) mvcur(cy, cx, topy, 0);
1215 cx = 0;