Home
last modified time | relevance | path

Searched refs:eobj2 (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/cmd/astro/
H A Dmain.c49 d = dist(&eobj1->point[i], &eobj2->point[i]); in main()
50 print("dist %s to %s = %.4f\n", eobj1->name, eobj2->name, d); in main()
99 eobj2 = nil; in args()
112 eobj2 = q; in args()
114 eobj2 = q; in args()
118 if(eobj1 && eobj2) { in args()
H A Dastro.h127 Obj2* eobj2; variable