Lines Matching defs:md
106 struct MonDef *md;
109 md = (struct MonDef *) ip->priv;
111 ip->cols = md->TX;
112 ip->rows = md->TY;
150 const struct MonDef * md = (struct MonDef *) ip->priv;
186 long toploc = top * (md->TX / 16);
192 long fromloc = (top+lines) * (md->TX / 16);
199 short x = (1 + bottom - (top + lines)) * (md->TX / 16) - 1;
241 f += (1 + bottom - lines) * md->TX * 2;
253 short x = (lines * (md->TX/16)) - 1;
256 p += (1 + bottom - lines) * (md->TX/4);
278 const struct MonDef * md = (struct MonDef *) ip->priv;
304 long toloc = (top + lines) * (md->TX / 16);
310 long fromloc = top * (md->TX / 16);
317 short x = (1 + bottom - (top + lines)) * (md->TX / 16) - 1;
318 p += (1 + bottom - (top + lines)) * md->TX;
358 f += top * md->TX * 2;
370 short x = (lines * (md->TX/16)) - 1;
373 p += top * (md->TX/4);