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

  /src/games/robots/
auto.c 72 static int between(COORD *, COORD *);
258 * move the closest heap between us and the closest robot
266 /* equation of the line between us and the closest robot */
312 /* between():
313 * Return true if the heap is between us and the robot
316 between(COORD *rob, COORD *hp) function in typeref:typename:int
361 if (robot_heap <= heap_dist && !between(robot_close, heap_close)) {
  /src/usr.bin/make/unit-tests/
directive-include-guard.mk 345 # If the guard variable is undefined between the first and the second time the
347 CASES+= variable-undef-between
348 LINES.variable-undef-between= \
352 UNDEF_BETWEEN.variable-undef-between= \
354 # expect: Parse_PushInput: variable-undef-between.tmp:1
355 # expect: Parse_PushInput: variable-undef-between.tmp:1

Completed in 12 milliseconds