Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/groff/src/libs/libgroff/
Dgeometry.cpp130 int yend = ycenter + yv_2; in check_output_arc_limits() local
134 int ys = yend - ycenter; in check_output_arc_limits()
/freebsd-9-stable/sys/dev/syscons/
Dscvgarndr.c1163 int xend, yend; in vga_pxlmouse_direct() local
1184 yend = imin(y + 16, scp->ypixel); in vga_pxlmouse_direct()
1213 for (i = 0; i < (yend - y); i++) { in vga_pxlmouse_direct()
1257 yend_old = yend; in vga_pxlmouse_direct()
/freebsd-9-stable/tools/sched/
Dschedgraph.py1580 yend = self.sourceend(source)
1582 if (ypos >= ystart and ypos <= yend):