HomeSort by: relevance | last modified time | path
    Searched refs:tfoo (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
hack.makemon.c 187 coord foo[15], *tfoo; local in function:enexto
190 tfoo = foo;
195 tfoo->x = x;
196 tfoo++->y = yy - range;
197 if (tfoo == &foo[15])
202 tfoo->x = x;
203 tfoo++->y = yy + range;
204 if (tfoo == &foo[15])
209 tfoo->x = xx - range;
210 tfoo++->y = y
    [all...]
hack.makemon.c 187 coord foo[15], *tfoo; local in function:enexto
190 tfoo = foo;
195 tfoo->x = x;
196 tfoo++->y = yy - range;
197 if (tfoo == &foo[15])
202 tfoo->x = x;
203 tfoo++->y = yy + range;
204 if (tfoo == &foo[15])
209 tfoo->x = xx - range;
210 tfoo++->y = y
    [all...]

Completed in 37 milliseconds