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

  /src/games/backgammon/backgammon/
move.c 88 static int bcomp(struct BOARD *, struct BOARD *);
284 result = bcomp(new, qp); /* compare to first element */
296 result = bcomp(new, qp->b_next);
315 bcomp(struct BOARD *a, struct BOARD *b) function in typeref:typename:int
move.c 88 static int bcomp(struct BOARD *, struct BOARD *);
284 result = bcomp(new, qp); /* compare to first element */
296 result = bcomp(new, qp->b_next);
315 bcomp(struct BOARD *a, struct BOARD *b) function in typeref:typename:int

Completed in 48 milliseconds