Searched defs:screen (Results 1 – 8 of 8) sorted by relevance
1110 struct screen { struct1111 int _ifd; /* input file descriptor for screen */ argument1112 int _ofd; /* output file descriptor for screen */ argument1113 FILE *_ofp; /* output file ptr for screen */ argument1118 bool _prescreen; /* is in prescreen phase */ argument1123 NCURSES_SIZE_T _lines; /* screen lines */ argument1124 NCURSES_SIZE_T _columns; /* screen columns */ argument1129 WINDOW *_curscr; /* current screen */ argument1130 WINDOW *_newscr; /* virtual screen to be updated to */ argument1131 WINDOW *_stdscr; /* screen's full-window context */ argument[all …]
56 C_SCREEN screen, *sp = &screen; variable
178 screen(void) in screen() function
49 u_int screen; member
26 char screen[SCREEN_HEIGHT][SCREEN_WIDTH2]; variable
49 static int screen; variable
272 char screen[MAXX][MAXY], d_flag; /* template for the screen */ variable
1268 char screen[SCREEN_SIZE]; /* Output buffer for "writes" and "reads" */ variable