Home | History | Annotate | Download | only in dev

Lines Matching defs:Crtat

125 static u_short *Crtat;			/* pointer to backing store */
126 static u_short *crtat; /* pointer to current char */
271 * when `Crtat' is initialized.
480 pos = crtat - Crtat;
843 /* crtat = 0; */
932 char *cp0 = (char *)crtat; *cp0++ = (c); *cp0 = (at); crtat++; vs.col++; \
978 if (crtat == 0) {
1012 Crtat = (u_short *)__UNVOLATILE(dp);
1013 crtat = Crtat + cursorat;
1020 fillw((vs.at << 8) | ' ', crtat, vs.nchr - cursorat);
1044 crtat += inccol;
1055 if (crtat <= Crtat)
1057 --crtat;
1063 crtat -= vs.col;
1068 crtat += vs.ncol;
1115 Crtat, vs.nchr);
1116 crtat = Crtat;
1121 vs.offset = crtat - Crtat;
1125 crtat = Crtat + vs.offset;
1153 pos = crtat - Crtat;
1157 crtat = Crtat + pos;
1167 pos = crtat - Crtat;
1171 crtat = Crtat + pos;
1182 pos = crtat - Crtat;
1190 crtat = Crtat + pos;
1201 pos = crtat - Crtat;
1209 crtat = Crtat + pos;
1218 crtat,
1219 Crtat + vs.nchr - crtat);
1224 Crtat,
1225 crtat - Crtat + 1);
1230 Crtat,
1241 crtat,
1247 crtat - vs.col,
1253 crtat - vs.col, vs.ncol);
1263 crtat = Crtat;
1270 crtat = Crtat +
1278 u_short *crtAt = crtat - vs.col;
1280 row = (crtAt - Crtat) / vs.ncol,
1288 wcopy(crtAt + vs.ncol * cx,
1289 crtAt, vs.ncol * (nrow -
1292 memmove(crtAt,
1293 crtAt + vs.ncol * cx,
1298 crtAt + vs.ncol * (nrow - cx),
1311 wcopy(Crtat + vs.ncol * cx,
1312 Crtat, vs.ncol * (vs.nrow -
1315 memmove(Crtat,
1316 Crtat + vs.ncol * cx,
1321 Crtat + vs.ncol * (vs.nrow - cx),
1323 /* crtat -= vs.ncol * cx; XXX */
1328 u_short *crtAt = crtat - vs.col;
1330 row = (crtAt - Crtat) / vs.ncol,
1338 wcopy(crtAt,
1339 crtAt + vs.ncol * cx,
1343 memmove(crtAt + vs.ncol * cx,
1344 crtAt,
1348 fillw((vs.at << 8) | ' ', crtAt,
1361 wcopy(Crtat,
1362 Crtat + vs.ncol * cx,
1366 memmove(Crtat + vs.ncol * cx,
1367 Crtat,
1371 fillw((vs.at << 8) | ' ', Crtat,
1373 /* crtat += vs.ncol * cx; XXX */
1386 vs.offset = crtat - Crtat;
1390 crtat = Crtat + vs.offset;
1442 if (crtat >= Crtat + vs.nchr) {
1451 wcopy(Crtat + vs.ncol, Crtat,
1454 memmove(Crtat, Crtat + vs.ncol,
1458 Crtat + vs.nchr - vs.ncol,
1460 crtat -= vs.ncol;