Searched refs:TEMP_LIT (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dvision.h16 #define TEMP_LIT 0x4 /* location is temporarily lit */ macro
32 #define templit(x,y) (viz_array[y][x] & TEMP_LIT)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dvision.h16 #define TEMP_LIT 0x4 /* location is temporarily lit */ macro
32 #define templit(x,y) (viz_array[y][x] & TEMP_LIT)
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dlight.c27 * we add a flag (TEMP_LIT) to the array for all locations that are lit
193 row[x] |= TEMP_LIT;
198 row[x] |= TEMP_LIT;
H A Dvision.c725 && (lev->lit || (next_row[col] & TEMP_LIT))) {
739 if (flev->lit || next_array[row+dy][col+dx] & TEMP_LIT) {
H A Dcmd.c700 COULD_SEE, IN_SIGHT, TEMP_LIT);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dlight.c27 * we add a flag (TEMP_LIT) to the array for all locations that are lit
193 row[x] |= TEMP_LIT;
198 row[x] |= TEMP_LIT;
H A Dvision.c725 && (lev->lit || (next_row[col] & TEMP_LIT))) {
739 if (flev->lit || next_array[row+dy][col+dx] & TEMP_LIT) {
H A Dcmd.c700 COULD_SEE, IN_SIGHT, TEMP_LIT);

Completed in 114 milliseconds