Searched refs:SV1 (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddisplay.c1799 unsigned char seenv_matrix[3][3] = { {SV2, SV1, SV0},
1936 } else if (seenv & (SV0|SV1|SV2)) {
1952 /* only SV0|SV1|SV2 */
1953 if (! only(seenv, SV0|SV1|SV2) )
1962 } else if ((seenv & (SV0|SV1|SV2)) &&
1963 only(seenv, SV0|SV1|SV2|SV6|SV7)) {
1966 ((seenv & (SV0|SV1|SV2)) && (seenv & (SV4|SV5)))) {
1976 else if ((seenv & (SV0|SV1|SV2|SV7)) &&
1988 } else if ((seenv & (SV0|SV1|SV2)) &&
1989 only(seenv, SV0|SV1|SV
[all...]
H A Dvision.c415 if (row > 0 && viz_clear[row-1][col]) res |= SV1;
418 if (row > 0 && viz_clear[row-1][col]) res |= SV1;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddisplay.c1799 unsigned char seenv_matrix[3][3] = { {SV2, SV1, SV0},
1936 } else if (seenv & (SV0|SV1|SV2)) {
1952 /* only SV0|SV1|SV2 */
1953 if (! only(seenv, SV0|SV1|SV2) )
1962 } else if ((seenv & (SV0|SV1|SV2)) &&
1963 only(seenv, SV0|SV1|SV2|SV6|SV7)) {
1966 ((seenv & (SV0|SV1|SV2)) && (seenv & (SV4|SV5)))) {
1976 else if ((seenv & (SV0|SV1|SV2|SV7)) &&
1988 } else if ((seenv & (SV0|SV1|SV2)) &&
1989 only(seenv, SV0|SV1|SV
[all...]
H A Dvision.c415 if (row > 0 && viz_clear[row-1][col]) res |= SV1;
418 if (row > 0 && viz_clear[row-1][col]) res |= SV1;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h415 #define SV1 0x2 macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h415 #define SV1 0x2 macro

Completed in 118 milliseconds