Symbol: SCREEN
games/hunt/hunt/otto.c
318
ch = SCREEN(r, c);
games/hunt/hunt/otto.c
339
ch = SCREEN(r, c);
games/hunt/hunt/otto.c
360
ch = SCREEN(r, c);
games/hunt/hunt/otto.c
380
ch = SCREEN(r, c);
games/hunt/hunt/otto.c
489
if (strchr(PUSHOVER, SCREEN(row, col - 1)) != NULL)
games/hunt/hunt/otto.c
491
else if (strchr(PUSHOVER, SCREEN(row, col + 1)) != NULL)
games/hunt/hunt/otto.c
494
&& strchr(PUSHOVER, SCREEN(row + 1, col)) != NULL)
games/hunt/hunt/otto.c
497
&& strchr(PUSHOVER, SCREEN(row - 1, col)) != NULL)
games/hunt/hunt/otto.c
507
if (strchr(PUSHOVER, SCREEN(row - 1, col)) != NULL)
games/hunt/hunt/otto.c
509
else if (strchr(PUSHOVER, SCREEN(row + 1, col)) != NULL)
games/hunt/hunt/otto.c
512
&& strchr(PUSHOVER, SCREEN(row, col + 1)) != NULL)
games/hunt/hunt/otto.c
515
&& strchr(PUSHOVER, SCREEN(row, col - 1)) != NULL)
lib/libcurses/acs.c
128
_cursesi_reset_acs(SCREEN *screen)
lib/libcurses/acs.c
143
__init_wacs(SCREEN *screen)
lib/libcurses/acs.c
291
_cursesi_reset_wacs(SCREEN *screen)
lib/libcurses/acs.c
56
__init_acs(SCREEN *screen)
lib/libcurses/curses.c
66
SCREEN *_cursesi_screen; /* the current screen we are using */
lib/libcurses/curses.h
658
void delscreen(SCREEN *);
lib/libcurses/curses.h
723
SCREEN *newterm(const char *, FILE *, FILE *);
lib/libcurses/curses.h
758
SCREEN *set_term(SCREEN *);
lib/libcurses/curses_private.h
134
SCREEN *screen; /* Screen for this window */
lib/libcurses/curses_private.h
310
extern SCREEN *_cursesi_screen; /* The current screen in use */
lib/libcurses/curses_private.h
349
int _cursesi_gettmode(SCREEN *);
lib/libcurses/curses_private.h
350
void _cursesi_reset_acs(SCREEN *);
lib/libcurses/curses_private.h
356
void _cursesi_reset_wacs(SCREEN *);
lib/libcurses/curses_private.h
358
void _cursesi_resetterm(SCREEN *);
lib/libcurses/curses_private.h
359
int _cursesi_setterm(const char *, SCREEN *);
lib/libcurses/curses_private.h
365
void __init_getch(SCREEN *);
lib/libcurses/curses_private.h
366
void __init_acs(SCREEN *);
lib/libcurses/curses_private.h
369
void __init_get_wch(SCREEN *);
lib/libcurses/curses_private.h
370
void __init_wacs(SCREEN *);
lib/libcurses/curses_private.h
382
WINDOW *__newwin(SCREEN *, int, int, int, int, int, int);
lib/libcurses/curses_private.h
392
int __ripoffscreen(SCREEN *);
lib/libcurses/curses_private.h
393
int __ripoffresize(SCREEN *);
lib/libcurses/curses_private.h
394
void __ripofftouch(SCREEN *);
lib/libcurses/curses_private.h
395
int __rippedlines(const SCREEN *, int);
lib/libcurses/curses_private.h
401
int __slk_init(SCREEN *);
lib/libcurses/curses_private.h
402
void __slk_free(SCREEN *);
lib/libcurses/curses_private.h
403
int __slk_resize(SCREEN *, int cols);
lib/libcurses/curses_private.h
404
int __slk_noutrefresh(SCREEN *);
lib/libcurses/curses_private.h
405
void __startwin(SCREEN *);
lib/libcurses/delwin.c
55
SCREEN *screen;
lib/libcurses/get_wch.c
64
__init_get_wch(SCREEN *screen)
lib/libcurses/getch.c
214
static void add_key_sequence(SCREEN *screen, const char *sequence, int key_type);
lib/libcurses/getch.c
373
add_key_sequence(SCREEN *screen, const char *sequence, int key_type)
lib/libcurses/getch.c
428
__init_getch(SCREEN *screen)
lib/libcurses/newwin.c
124
__newwin(SCREEN *screen, int nlines, int ncols, int by, int bx, int ispad,
lib/libcurses/newwin.c
260
__makenew(SCREEN *screen, int nlines, int ncols, int by, int bx, int sub,
lib/libcurses/newwin.c
47
static WINDOW *__makenew(SCREEN *screen, int nlines, int ncols, int by,
lib/libcurses/refresh.c
153
SCREEN *screen;
lib/libcurses/ripoffline.c
140
__ripoffresize(SCREEN *screen)
lib/libcurses/ripoffline.c
168
__ripofftouch(SCREEN *screen)
lib/libcurses/ripoffline.c
72
__rippedlines(const SCREEN *screen, int line)
lib/libcurses/ripoffline.c
94
__ripoffscreen(SCREEN *screen)
lib/libcurses/screen.c
126
SCREEN *
lib/libcurses/screen.c
129
SCREEN *new_screen;
lib/libcurses/screen.c
136
if ((new_screen = calloc(1, sizeof(SCREEN))) == NULL)
lib/libcurses/screen.c
249
delscreen(SCREEN *screen)
lib/libcurses/screen.c
270
__delscreen(SCREEN *screen)
lib/libcurses/screen.c
48
static void __delscreen(SCREEN *);
lib/libcurses/screen.c
65
SCREEN *
lib/libcurses/screen.c
66
set_term(SCREEN *new)
lib/libcurses/screen.c
68
SCREEN *old_screen = _cursesi_screen;
lib/libcurses/setterm.c
242
_cursesi_resetterm(SCREEN *screen)
lib/libcurses/setterm.c
62
_cursesi_setterm(const char *type, SCREEN *screen)
lib/libcurses/slk.c
296
__slk_attron(SCREEN *screen, const chtype attr)
lib/libcurses/slk.c
310
__slk_attr_on(SCREEN *screen, const attr_t attr, void *opt)
lib/libcurses/slk.c
324
__slk_attroff(SCREEN *screen, const chtype attr)
lib/libcurses/slk.c
338
__slk_attr_off(SCREEN *screen, const attr_t attr, void *opt)
lib/libcurses/slk.c
352
__slk_attrset(SCREEN *screen, const chtype attr)
lib/libcurses/slk.c
366
__slk_attr_set(SCREEN *screen, const attr_t attr, short pair, void *opt)
lib/libcurses/slk.c
380
__slk_clear(SCREEN *screen)
lib/libcurses/slk.c
404
__slk_color(SCREEN *screen, short pair)
lib/libcurses/slk.c
418
__slk_label(SCREEN *screen, int labnum)
lib/libcurses/slk.c
431
__slk_noutrefresh(SCREEN *screen)
lib/libcurses/slk.c
444
__slk_restore(SCREEN *screen)
lib/libcurses/slk.c
469
__slk_set(SCREEN *screen, int labnum, const char *label, int justify)
lib/libcurses/slk.c
535
__slk_touch(SCREEN *screen)
lib/libcurses/slk.c
551
__slk_wset(SCREEN *screen, int labnum, const wchar_t *label, int justify)
lib/libcurses/slk.c
591
__slk_init(SCREEN *screen)
lib/libcurses/slk.c
633
__slk_free(SCREEN *screen)
lib/libcurses/slk.c
65
static int __slk_attroff(SCREEN *, const chtype);
lib/libcurses/slk.c
66
static int __slk_attron(SCREEN *, const chtype);
lib/libcurses/slk.c
667
__slk_resize(SCREEN *screen, int cols)
lib/libcurses/slk.c
67
static int __slk_attrset(SCREEN *, const chtype);
lib/libcurses/slk.c
69
static int __slk_attr_off(SCREEN *, const attr_t, void *);
lib/libcurses/slk.c
70
static int __slk_attr_on(SCREEN *, const attr_t, void *);
lib/libcurses/slk.c
71
static int __slk_attr_set(SCREEN *, const attr_t, short, void *opt);
lib/libcurses/slk.c
72
static int __slk_color(SCREEN *, short);
lib/libcurses/slk.c
730
__slk_set_finalise(SCREEN *screen, int labnum)
lib/libcurses/slk.c
75
static int __slk_clear(SCREEN *);
lib/libcurses/slk.c
76
static char *__slk_label(SCREEN *, int);
lib/libcurses/slk.c
77
static int __slk_restore(SCREEN *);
lib/libcurses/slk.c
78
static int __slk_set(SCREEN *, int, const char *, int);
lib/libcurses/slk.c
79
static int __slk_touch(SCREEN *);
lib/libcurses/slk.c
81
static int __slk_wset(SCREEN *, int, const wchar_t *, int);
lib/libcurses/slk.c
812
__slk_draw(SCREEN *screen, int labnum)
lib/libcurses/slk.c
86
static int __slk_set_finalise(SCREEN *, int);
lib/libcurses/slk.c
87
static int __slk_draw(SCREEN *, int);
lib/libcurses/slk.c
88
static int __slk_redraw(SCREEN *);
lib/libcurses/slk.c
902
__slk_redraw(SCREEN *screen)
lib/libcurses/tty.c
110
_cursesi_gettmode(SCREEN *screen)
lib/libcurses/tty.c
525
__startwin(SCREEN *screen)
tests/lib/libcurses/slave/curses_commands.c
148
SCREEN *arg; \
tests/lib/libcurses/slave/curses_commands.c
90
set_scrn(const char *arg, SCREEN **x)