Lines Matching defs:ofs
389 int cend, ofs, h, cstart, dr_plane;
415 ofs = (ip->cursorx * ip->ftwidth);
425 BFCLR(pl, ofs, ip->ftwidth);
430 BFCHG(pl, ofs, ip->ftwidth);
449 ofs = ip->cursorx * ip->ftwidth;
453 BFSET(pl, ofs, ip->ftwidth);
458 BFCHG(pl, ofs, ip->ftwidth);
718 int ofs = sx * ip->ftwidth;
725 BFCLR(ppl, ofs, ip->ftwidth);
728 ofs += ip->ftwidth;