Home
last modified time | relevance | path

Searched refs:trys (Results 1 – 4 of 4) sorted by relevance

/dragonfly/games/larn/
H A Dmonster.c595 int trys; in speldamage() local
596 for (trys = 100, i = j = 1; --trys > 0 && item[i][j]; i = rnd(MAXX - 1), j = rnd(MAXY - 1)) in speldamage()
598 if (trys) { in speldamage()
603 int trys; in speldamage() local
604 …for (trys = 100, i = j = 1; --trys > 0 && (item[i][j] == OWALL || mitem[i][j]); i = rnd(MAXX - 1),… in speldamage()
606 if (trys) { in speldamage()
H A Dcreate.c528 int x, y, trys; in fillmonst() local
529 for (trys = 5; trys > 0; --trys) { /* max # of creation attempts */ in fillmonst()
H A DFixed.Bugs14 trys to performs a savegame() before dumping core. This helps prevent
/dragonfly/sys/dev/misc/lpt/
H A Dlpt.c449 int trys, err; in lptopen() local
501 trys = 0; in lptopen()
504 if (trys++ >= LPINITRDY*4) { in lptopen()