Searched defs:starty (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libeti/panel/common/
H A Dmove.c43 move_panel(PANEL *panel, int starty, int startx) argument
51 if (mvwin(panel -> win, starty, startx) == ERR)
61 mvwin(panel -> win, starty, startx) == ERR)
/illumos-gate/usr/src/ucblib/libcurses/
H A Doverlay.c38 int x, y, endy, endx, starty, startx; local
44 starty = max(win1->_begy, win2->_begy);
50 starty, startx, endy, endx);
52 if (starty >= endy || startx >= endx)
54 y1 = starty - win1->_begy;
55 y2 = starty - win2->_begy;
56 for (y = starty; y < endy; y++, y1++, y2++) {
H A Doverwrite.c38 int x, y, endy, endx, starty, startx; local
43 starty = max(win1->_begy, win2->_begy);
47 if (starty >= endy || startx >= endx)
51 starty, startx, endy, endx);
54 for (y = starty; y < endy; y++) {
H A Dtoucholap.c36 int y, endy, endx, starty, startx; local
41 starty = max(win1->_begy, win2->_begy);
47 starty, startx, endy, endx);
55 if (starty >= endy || startx >= endx)
57 starty -= win2->_begy;
62 for (y = starty; y < endy; y++)

Completed in 50 milliseconds