Home
last modified time | relevance | path

Searched refs:WINDWIDTH (Results 1 – 1 of 1) sorted by relevance

/dports/editors/jove/jove/
H A Dmac.c112 #define WINDWIDTH (wc->w_width - SCROLLWIDTH + 1) /* local coordinates */ macro
2503 SetRect(&r, 0, 0, WINDWIDTH, WINDHEIGHT); in clr_page()
2549 SetRect(&r, tcol * width, trow * height, WINDWIDTH, (trow +1) * height); in clr_eoln()
2588 SetRect(&r, 0, ((trow) * height), WINDWIDTH, ((bot + 1) * height));
2607 SetRect(&r, 0, trow * height, WINDWIDTH, (bot +1) * height);