Home
last modified time | relevance | path

Searched defs:screen (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/contrib/ncurses/ncurses/
H A Dcurses.priv.h1110 struct screen { struct
1111 int _ifd; /* input file descriptor for screen */ argument
1112 int _ofd; /* output file descriptor for screen */ argument
1113 FILE *_ofp; /* output file ptr for screen */ argument
1118 bool _prescreen; /* is in prescreen phase */ argument
1123 NCURSES_SIZE_T _lines; /* screen lines */ argument
1124 NCURSES_SIZE_T _columns; /* screen columns */ argument
1129 WINDOW *_curscr; /* current screen */ argument
1130 WINDOW *_newscr; /* virtual screen to be updated to */ argument
1131 WINDOW *_stdscr; /* screen's full-window context */ argument
[all …]
/dflybsd-src/games/atc/
H A Dextern.c56 C_SCREEN screen, *sp = &screen; variable
/dflybsd-src/games/battlestar/
H A Dfly.c178 screen(void) in screen() function
/dflybsd-src/crypto/openssh/
H A Dsession.h49 u_int screen; member
/dflybsd-src/games/hunt/hunt/
H A Ddisplay.c26 char screen[SCREEN_HEIGHT][SCREEN_WIDTH2]; variable
/dflybsd-src/usr.bin/mail/
H A Dcmd1.c49 static int screen; variable
/dflybsd-src/games/larn/
H A Ddisplay.c272 char screen[MAXX][MAXY], d_flag; /* template for the screen */ variable
/dflybsd-src/bin/mined/
H A Dmined1.c1268 char screen[SCREEN_SIZE]; /* Output buffer for "writes" and "reads" */ variable