Home | History | Annotate | Download | only in dev

Lines Matching defs:nrow

149 	int 	nrow, ncol, nchr;	/* current screen geometry */
1005 bios_display_info(&vs.col, &vs.row, &vs.ncol, &vs.nrow);
1006 vs.nchr = vs.ncol * vs.nrow;
1152 cx %= vs.nrow;
1166 cx %= vs.nrow;
1266 if (cx > vs.nrow)
1267 cx = vs.nrow;
1281 nrow = vs.nrow - row;
1284 else if (cx > nrow)
1285 cx = nrow;
1286 if (cx < nrow)
1289 crtAt, vs.ncol * (nrow -
1294 vs.ncol * (nrow - cx) *
1298 crtAt + vs.ncol * (nrow - cx),
1307 else if (cx > vs.nrow)
1308 cx = vs.nrow;
1309 if (cx < vs.nrow)
1312 Crtat, vs.ncol * (vs.nrow -
1317 vs.ncol * (vs.nrow - cx) *
1321 Crtat + vs.ncol * (vs.nrow - cx),
1331 nrow = vs.nrow - row;
1334 else if (cx > nrow)
1335 cx = nrow;
1336 if (cx < nrow)
1340 vs.ncol * (nrow - cx) *
1345 vs.ncol * (nrow - cx) *
1357 else if (cx > vs.nrow)
1358 cx = vs.nrow;
1359 if (cx < vs.nrow)
1363 vs.ncol * (vs.nrow - cx) *
1368 vs.ncol * (vs.nrow - cx) *