Home
last modified time | relevance | path

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

/openbsd/games/mille/
H A Dcomp.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()
128 onecard(op), foundend); in calcmove()
164 foundend = FALSE; in calcmove()
222 *value = (foundend ? card : V_VALUABLE); in calcmove()
223 foundend = TRUE; in calcmove()
308 if (!pp->mileage || foundend || in calcmove()
[all …]
/openbsd/lib/libcurses/tty/
H A Dtty_update.c964 goto foundend; in TINFO_DOUPDATE()
969 foundend:; in TINFO_DOUPDATE()