Lines Matching refs:tfoo
187 coord foo[15], *tfoo; in enexto() local
190 tfoo = foo; in enexto()
195 tfoo->x = x; in enexto()
196 tfoo++->y = yy - range; in enexto()
197 if (tfoo == &foo[15]) in enexto()
202 tfoo->x = x; in enexto()
203 tfoo++->y = yy + range; in enexto()
204 if (tfoo == &foo[15]) in enexto()
209 tfoo->x = xx - range; in enexto()
210 tfoo++->y = y; in enexto()
211 if (tfoo == &foo[15]) in enexto()
216 tfoo->x = xx + range; in enexto()
217 tfoo++->y = y; in enexto()
218 if (tfoo == &foo[15]) in enexto()
222 } while (tfoo == foo); in enexto()
224 return (foo[rn2(tfoo - foo)]); in enexto()