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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dpray.c10 STATIC_DCL int NDECL(in_trouble);
68 * checks performed in in_trouble() rather than by these numeric
120 in_trouble() function
791 int trouble = in_trouble(); /* what's your worst difficulty? */
833 while ((trouble = in_trouble()) != 0);
837 case 2: while ((trouble = in_trouble()) > 0)
1512 p_trouble = in_trouble();
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dpray.c10 STATIC_DCL int NDECL(in_trouble);
68 * checks performed in in_trouble() rather than by these numeric
120 in_trouble() function
791 int trouble = in_trouble(); /* what's your worst difficulty? */
833 while ((trouble = in_trouble()) != 0);
837 case 2: while ((trouble = in_trouble()) > 0)
1512 p_trouble = in_trouble();

Completed in 35 milliseconds