Home
last modified time | relevance | path

Searched defs:xmax (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/cvs-1.12/lib/
H A Dxsize.h87 xmax (size_t size1, size_t size2) in xmax() function
/dflybsd-src/games/grdc/
H A Dgrdc.c33 static int xbase, ybase, xmax, ymax; variable
/dflybsd-src/usr.sbin/installer/dfuife_curses/
H A Dcurses_util.c48 unsigned int ymax, xmax; variable
/dflybsd-src/sys/dev/video/fb/pcx/
H A Dsplash_pcx.c146 u_short xmin, ymin, xmax, ymax; member
/dflybsd-src/games/larn/
H A Ddisplay.c237 draws(int xmin, int xmax, int ymin, int ymax) in draws()