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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dpickup.c2145 boolean outokay = (cnt != 0); local
2151 if (!outokay && !inokay) {
2159 t = in_or_out_menu(menuprompt, current_container, outokay, inokay);
2374 in_or_out_menu(prompt, obj, outokay, inokay)
2377 boolean outokay, inokay;
2389 if (outokay) {
2402 if (outokay && inokay) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dpickup.c2145 boolean outokay = (cnt != 0); local
2151 if (!outokay && !inokay) {
2159 t = in_or_out_menu(menuprompt, current_container, outokay, inokay);
2374 in_or_out_menu(prompt, obj, outokay, inokay)
2377 boolean outokay, inokay;
2389 if (outokay) {
2402 if (outokay && inokay) {

Completed in 32 milliseconds