Home | History | Annotate | Download | only in dev

Lines Matching defs:cy

147 	int 	cx, cy;		/* escape parameters */
1038 vs.cx = vs.cy = 0;
1110 vs.cx = vs.cy = 0;
1261 cy = vs.cy;
1262 if (!cx || !cy) {
1268 if (cy > vs.ncol)
1269 cy = vs.ncol;
1271 (cx - 1) * vs.ncol + cy - 1;
1272 vs.col = cy - 1;
1382 ((vs.cy << 4) & BG_MASK);
1405 vs.at |= bgansitopc[vs.cy & 7];
1412 vs.at |= fgansitopc[vs.cy & 7];
1417 vs.at = vs.cy;
1426 vs.cy *= 10;
1427 vs.cy += c - '0';