Searched refs:POINTSMIN (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dtopten.c37 #define POINTSMIN 1 /* must be > 0 */ macro
383 if(t0->points < POINTSMIN) t0->points = 0;
390 if (t1->points < POINTSMIN) t1->points = 0;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dtopten.c37 #define POINTSMIN 1 /* must be > 0 */ macro
383 if(t0->points < POINTSMIN) t0->points = 0;
390 if (t1->points < POINTSMIN) t1->points = 0;

Completed in 29 milliseconds