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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Doptions.c2374 boolean *bool_p; local
2392 if ((bool_p = boolopt[i].addr) != 0 &&
2395 if (bool_p == &flags.female) continue; /* obsolete */
2397 if (bool_p == &iflags.sanity_check && !wizard) continue;
2398 if (bool_p == &iflags.menu_tab_sep && !wizard) continue;
2408 boolopt[i].name, *bool_p ? "true" : "false");
2411 boolopt[i].name, *bool_p ? "true" : "false");
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Doptions.c2374 boolean *bool_p; local
2392 if ((bool_p = boolopt[i].addr) != 0 &&
2395 if (bool_p == &flags.female) continue; /* obsolete */
2397 if (bool_p == &iflags.sanity_check && !wizard) continue;
2398 if (bool_p == &iflags.menu_tab_sep && !wizard) continue;
2408 boolopt[i].name, *bool_p ? "true" : "false");
2411 boolopt[i].name, *bool_p ? "true" : "false");

Completed in 39 milliseconds