HomeSort by: relevance | last modified time | path
    Searched defs:circle (Results 1 - 4 of 4) sorted by relevancy

  /src/games/phantasia/
misc.c 84 double circle; /* corresponding circle for coordinates */ local
98 if ((circle = CIRCLE(playerp->p_x, playerp->p_y)) >= 1000.0) {
104 if (circle >= 55)
107 if (circle >= 35)
110 if (circle >= 20)
113 if (circle >= 9)
116 if (circle >= 5)
147 label = nametable[((int) circle) - 1][quadrant]
    [all...]
  /src/external/gpl2/groff/dist/src/preproc/pic/
tex.cpp 44 void circle(const position &, double rad, const line_type &, double);
287 void tex_output::circle(const position &cent, double rad, function in class:tex_output
troff.cpp 57 void circle(const position &, double rad, const line_type &, double);
162 void simple_output::circle(const position &cent, double rad, function in class:simple_output
  /src/games/atc/
input.c 75 static const char *circle(int);
143 { 'c', 4, " circle", circle },
427 circle(int c __unused) function
430 return ("Planes cannot circle on the ground");

Completed in 15 milliseconds