Home
last modified time | relevance | path

Searched refs:checkq (Results 1 – 3 of 3) sorted by relevance

/dragonfly/test/x86_64/
H A DMakefile87 qemu: checkq sdl
120 world32: checkq
123 world64: checkq
128 kernel64: checkq
136 quickworld64: checkq
141 quickkernel64: checkq
246 checkq: target
256 check: checkq
/dragonfly/test/vkernel/
H A DMakefile75 world: checkq
78 kernel: checkq
81 nativekernel: checkq
87 quickworld: checkq
90 quickkernel: checkq
206 checkq: target
/dragonfly/games/backgammon/backgammon/
H A Dmove.c53 static struct BOARD *checkq = 0; variable
268 struct BOARD *qp = checkq; /* queue pointer */ in binsert()
272 checkq = qp = new; in binsert()
279 checkq = new; in binsert()
384 boardcopy(mm, checkq); in pickmove()
385 next = checkq->b_next; in pickmove()
386 makefree(checkq); in pickmove()
387 checkq = next; in pickmove()
389 } while (checkq != 0); in pickmove()