Home
last modified time | relevance | path

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

/original-bsd/sys/news3400/bm/
H A Dvt100.h146 typedef struct screen { struct
147 int s_term_mode;
148 int s_current_stat; /* current status */
149 struct esc_sequence *s_estp; /* for escape handler */
150 int (*s_esc_handler)();
151 int s_plane; /* color bitmap plane # */
152 int s_bgcol; /* back ground color */
153 char s_tab_pos[RIT_M_MAX + 1]; /* tab stop position */
154 struct cursor s_csr;
155 struct region s_region;
H A Dvt100.c52 SCREEN screen; variable
/original-bsd/sys/luna68k/stand/
H A Dscreen.c23 screen(argc, argv) in screen() function
/original-bsd/games/atc/
H A Dextern.c34 C_SCREEN screen, *sp = &screen; variable
/original-bsd/contrib/sc/
H A Dhelp.c417 pscreen(screen) in pscreen() argument
/original-bsd/games/battlestar/
H A Dfly.c150 screen() in screen() function
/original-bsd/old/vfilters/sidebyside/
H A Dsidebyside.c28 char screen[EJLINE][LINELN]; variable
/original-bsd/old/vfilters/vpsf/
H A Dvpsf.c33 char screen[PAGELN][LINELN]; variable
/original-bsd/usr.bin/mail/
H A Dcmd1.c26 static int screen; variable
/original-bsd/games/larn/
H A Ddisplay.c197 char screen[MAXX][MAXY],d_flag; /* template for the screen */ variable
/original-bsd/local/toolchest/ksh/sh/
H A Demacs.c124 static genchar *screen; /* pointer to window buffer */ variable
/original-bsd/games/xroach/
H A Dxroach.c39 int screen; variable
/original-bsd/old/more/
H A Dmore.c415 screen (f, num_lines) in screen() function