Searched refs:visible (Results 1 - 14 of 14) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dregion.h61 boolean visible; /* Is the region visible ? */ member in struct:__anon694
62 int glyph; /* Which glyph to use if visible */
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dwere.c90 were_summon(ptr,yours,visible,genbuf) /* were-creature (even you) summons a horde */
93 int *visible; /* number of visible helpers created */
100 *visible = 0;
127 if (canseemon(mtmp)) *visible += 1;
H A Dexplode.c34 boolean visible, any_shield; local
90 any_shield = visible = FALSE;
176 if (cansee(i+x-1, j+y-1)) visible = TRUE;
180 if (visible) {
H A Dregion.c311 if (reg->visible && cansee(i, j))
337 if (reg->visible)
587 * Check if a spot is under a visible region (eg: gas cloud).
597 if (inside_region(regions[i], x, y) && regions[i]->visible &&
654 bwrite(fd, (genericptr_t) &regions[i]->visible, sizeof (boolean));
739 mread(fd, (genericptr_t) &regions[i]->visible, sizeof (boolean));
979 cloud->visible = TRUE;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dregion.h61 boolean visible; /* Is the region visible ? */ member in struct:__anon16
62 int glyph; /* Which glyph to use if visible */
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dwere.c90 were_summon(ptr,yours,visible,genbuf) /* were-creature (even you) summons a horde */
93 int *visible; /* number of visible helpers created */
100 *visible = 0;
127 if (canseemon(mtmp)) *visible += 1;
H A Dexplode.c34 boolean visible, any_shield; local
90 any_shield = visible = FALSE;
176 if (cansee(i+x-1, j+y-1)) visible = TRUE;
180 if (visible) {
H A Dregion.c311 if (reg->visible && cansee(i, j))
337 if (reg->visible)
587 * Check if a spot is under a visible region (eg: gas cloud).
597 if (inside_region(regions[i], x, y) && regions[i]->visible &&
654 bwrite(fd, (genericptr_t) &regions[i]->visible, sizeof (boolean));
739 mread(fd, (genericptr_t) &regions[i]->visible, sizeof (boolean));
979 cloud->visible = TRUE;
/seL4-refos-master/libs/libvterm/include/vterm/
H A Dvterm.h137 int (*movecursor)(VTermPos pos, VTermPos oldpos, int visible, void *user);
153 int (*movecursor)(VTermPos pos, VTermPos oldpos, int visible, void *user);
/seL4-refos-master/projects/refos/impl/libs/libvterm/include/vterm/
H A Dvterm.h137 int (*movecursor)(VTermPos pos, VTermPos oldpos, int visible, void *user);
153 int (*movecursor)(VTermPos pos, VTermPos oldpos, int visible, void *user);
/seL4-refos-master/libs/libvterm/src/
H A Dscreen.c398 static int movecursor(VTermPos pos, VTermPos oldpos, int visible, void *user) argument
403 return (*screen->callbacks->movecursor)(pos, oldpos, visible, screen->cbdata);
/seL4-refos-master/projects/refos/impl/libs/libvterm/src/
H A Dscreen.c398 static int movecursor(VTermPos pos, VTermPos oldpos, int visible, void *user) argument
403 return (*screen->callbacks->movecursor)(pos, oldpos, visible, screen->cbdata);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex840 Show what type of thing a visible symbol corresponds to.
2612 Setting this option makes the score list visible when a windowing version
2781 the visible area of the window.
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex840 Show what type of thing a visible symbol corresponds to.
2612 Setting this option makes the score list visible when a windowing version
2781 the visible area of the window.

Completed in 123 milliseconds