Searched refs:MAX_TYPE (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h70 #define MAX_TYPE 36 macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h70 #define MAX_TYPE 36 macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddisplay.c1551 static int bad_count[MAX_TYPE]; /* count of positions flagged as bad */
1552 static const char *type_names[MAX_TYPE] = {
1569 return (type < 0 || type > MAX_TYPE) ? "unknown" : type_names[type];
1732 for (x = 0; x < MAX_TYPE; x++) bad_count[x] = 0;
1786 for (x = y = 0; x < MAX_TYPE; x++)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddisplay.c1551 static int bad_count[MAX_TYPE]; /* count of positions flagged as bad */
1552 static const char *type_names[MAX_TYPE] = {
1569 return (type < 0 || type > MAX_TYPE) ? "unknown" : type_names[type];
1732 for (x = 0; x < MAX_TYPE; x++) bad_count[x] = 0;
1786 for (x = y = 0; x < MAX_TYPE; x++)

Completed in 46 milliseconds