Home
last modified time | relevance | path

Searched refs:foundend (Results 1 – 2 of 2) sorted by relevance

/dragonfly/games/mille/
HDcomp.c47 bool foundend, cango, canstop, foundlow; in calcmove() local
61 foundend = FALSE; in calcmove()
84 foundend = TRUE; in calcmove()
119 if (foundend) in calcmove()
120 foundend = !check_ext(TRUE); in calcmove()
123 if (onecard(op) || (foundend && cango && !canstop)) { in calcmove()
128 onecard(op), foundend); in calcmove()
164 foundend = FALSE; in calcmove()
223 *value = (foundend ? card : V_VALUABLE); in calcmove()
224 foundend = TRUE; in calcmove()
[all …]
/dragonfly/contrib/ncurses/ncurses/tty/
HDtty_update.c952 goto foundend; in TINFO_DOUPDATE()
957 foundend:; in TINFO_DOUPDATE()