Searched defs:y1 (Results 26 - 28 of 28) sorted by relevance

12

/osnet-11/usr/src/lib/libplot/t450/common/
H A Dsubr.c104 dist2(int x1, int y1, int x2, int y2) argument
108 v = y1 - y2;
/osnet-11/usr/src/lib/libplot/t300s/common/
H A Dsubr.c110 dist2(int x1, int y1, int x2, int y2) argument
114 v = y1 - y2;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c79 const int y1 = 30; variable
208 if (fonty + 1 < y1)
231 if (fonty + 1 < y1)
629 if (row >= y0 && row < y1) {
645 for (j = y0 + 1; j < y1; j++) {
653 graphics_gotoxy(x0, y1 - 1);
656 graphics_setxy(x0, y1 - 1);

Completed in 28 milliseconds

12