Searched refs:NUM_DISCLOSURE_OPTIONS (Results 1 - 6 of 6) sorted by path

/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h103 #define NUM_DISCLOSURE_OPTIONS 5 macro
108 char end_disclose[NUM_DISCLOSURE_OPTIONS + 1]; /* disclose various info
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dend.c322 if (idx < 0 || idx > (NUM_DISCLOSURE_OPTIONS - 1)) {
H A Doptions.c541 for (i = 0; i < NUM_DISCLOSURE_OPTIONS; i++)
1758 for (num = 0; num < NUM_DISCLOSURE_OPTIONS; num++)
1781 if (idx < 0 || idx > NUM_DISCLOSURE_OPTIONS - 1) {
2600 int disc_cat[NUM_DISCLOSURE_OPTIONS];
2605 for (i = 0; i < NUM_DISCLOSURE_OPTIONS; i++) {
2623 for (i = 0; i < NUM_DISCLOSURE_OPTIONS; i++) {
2924 for (i = 0; i < NUM_DISCLOSURE_OPTIONS; i++) {
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h103 #define NUM_DISCLOSURE_OPTIONS 5 macro
108 char end_disclose[NUM_DISCLOSURE_OPTIONS + 1]; /* disclose various info
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dend.c322 if (idx < 0 || idx > (NUM_DISCLOSURE_OPTIONS - 1)) {
H A Doptions.c541 for (i = 0; i < NUM_DISCLOSURE_OPTIONS; i++)
1758 for (num = 0; num < NUM_DISCLOSURE_OPTIONS; num++)
1781 if (idx < 0 || idx > NUM_DISCLOSURE_OPTIONS - 1) {
2600 int disc_cat[NUM_DISCLOSURE_OPTIONS];
2605 for (i = 0; i < NUM_DISCLOSURE_OPTIONS; i++) {
2623 for (i = 0; i < NUM_DISCLOSURE_OPTIONS; i++) {
2924 for (i = 0; i < NUM_DISCLOSURE_OPTIONS; i++) {

Completed in 70 milliseconds