Searched defs:xy (Results 1 – 5 of 5) sorted by relevance
/csrg-svn/usr.bin/graph/ |
H A D | graph.c | 23 struct xy { struct 24 int xlbf; /*flag:explicit lower bound*/ 25 int xubf; /*flag:explicit upper bound*/ 26 int xqf; /*flag:explicit quantum*/ 27 double __pure (*xf)(); /*transform function, e.g. log*/ 28 float xa,xb; /*scaling coefficients*/ 29 float xlb,xub; /*lower and upper bound*/ 30 float xquant; /*quantum*/ 31 float xoff; /*screen offset fraction*/ 32 float xsize; /*screen fraction*/ [all …]
|
/csrg-svn/sys/news3400/hbdev/ |
H A D | ms.c | 245 struct ms_data xy; local 308 struct ms_coord xy; local
|
/csrg-svn/games/trek/ |
H A D | trek.h | 191 struct xy struct 193 char x, y; /* coordinates */
|
/csrg-svn/local/ditroff/ditroff.old.okeeffe/driver/ |
H A D | graph.c | 755 double theta, wx, wy, xx, xy; local
|
/csrg-svn/local/ditroff/ditroff.old.okeeffe/gremlin.aed/gprint/ |
H A D | hgraph.c | 744 double morelen, theta, wx, wy, xx, xy; local
|