HomeSort by: relevance | last modified time | path
    Searched defs:screen (Results 1 - 25 of 150) sorted by relevancy

1 2 3 4 5 6

  /src/lib/libcurses/
delwin.c 55 SCREEN *screen; local in function:delwin
81 /* Remove ourselves from the list of windows on the screen. */
83 screen = win->screen;
84 for (wl = screen->winlistp; wl; pwl = wl, wl = wl->nextp) {
90 screen->winlistp = wl->nextp;
delwin.c 55 SCREEN *screen; local in function:delwin
81 /* Remove ourselves from the list of windows on the screen. */
83 screen = win->screen;
84 for (wl = screen->winlistp; wl; pwl = wl, wl = wl->nextp) {
90 screen->winlistp = wl->nextp;
delwin.c 55 SCREEN *screen; local in function:delwin
81 /* Remove ourselves from the list of windows on the screen. */
83 screen = win->screen;
84 for (wl = screen->winlistp; wl; pwl = wl, wl = wl->nextp) {
90 screen->winlistp = wl->nextp;
delwin.c 55 SCREEN *screen; local in function:delwin
81 /* Remove ourselves from the list of windows on the screen. */
83 screen = win->screen;
84 for (wl = screen->winlistp; wl; pwl = wl, wl = wl->nextp) {
90 screen->winlistp = wl->nextp;
delwin.c 55 SCREEN *screen; local in function:delwin
81 /* Remove ourselves from the list of windows on the screen. */
83 screen = win->screen;
84 for (wl = screen->winlistp; wl; pwl = wl, wl = wl->nextp) {
90 screen->winlistp = wl->nextp;
delwin.c 55 SCREEN *screen; local in function:delwin
81 /* Remove ourselves from the list of windows on the screen. */
83 screen = win->screen;
84 for (wl = screen->winlistp; wl; pwl = wl, wl = wl->nextp) {
90 screen->winlistp = wl->nextp;
  /src/sys/arch/luna68k/stand/boot/
screen.c 1 /* $NetBSD: screen.c,v 1.2 2014/01/11 15:51:02 tsutsui Exp $ */
37 * @(#)screen.c 8.1 (Berkeley) 6/10/93
70 * @(#)screen.c 8.1 (Berkeley) 6/10/93
74 * screen.c -- screen handler
84 screen(int argc, char *argv[]) function in typeref:typename:int
screen.c 1 /* $NetBSD: screen.c,v 1.2 2014/01/11 15:51:02 tsutsui Exp $ */
37 * @(#)screen.c 8.1 (Berkeley) 6/10/93
70 * @(#)screen.c 8.1 (Berkeley) 6/10/93
74 * screen.c -- screen handler
84 screen(int argc, char *argv[]) function in typeref:typename:int
screen.c 1 /* $NetBSD: screen.c,v 1.2 2014/01/11 15:51:02 tsutsui Exp $ */
37 * @(#)screen.c 8.1 (Berkeley) 6/10/93
70 * @(#)screen.c 8.1 (Berkeley) 6/10/93
74 * screen.c -- screen handler
84 screen(int argc, char *argv[]) function in typeref:typename:int
screen.c 1 /* $NetBSD: screen.c,v 1.2 2014/01/11 15:51:02 tsutsui Exp $ */
37 * @(#)screen.c 8.1 (Berkeley) 6/10/93
70 * @(#)screen.c 8.1 (Berkeley) 6/10/93
74 * screen.c -- screen handler
84 screen(int argc, char *argv[]) function in typeref:typename:int
screen.c 1 /* $NetBSD: screen.c,v 1.2 2014/01/11 15:51:02 tsutsui Exp $ */
37 * @(#)screen.c 8.1 (Berkeley) 6/10/93
70 * @(#)screen.c 8.1 (Berkeley) 6/10/93
74 * screen.c -- screen handler
84 screen(int argc, char *argv[]) function in typeref:typename:int
screen.c 1 /* $NetBSD: screen.c,v 1.2 2014/01/11 15:51:02 tsutsui Exp $ */
37 * @(#)screen.c 8.1 (Berkeley) 6/10/93
70 * @(#)screen.c 8.1 (Berkeley) 6/10/93
74 * screen.c -- screen handler
84 screen(int argc, char *argv[]) function in typeref:typename:int
  /src/games/warp/
sm.c 17 char screen[23][90], buf[10]; local in function:main
23 screen[0][x] = ' ';
24 screen[0][79] = '\0';
26 fgets(screen[0],90,stdin);
27 if (isdigit(screen[0][0])) {
28 int numstars = atoi(screen[0]);
32 screen[y][x] = ' ';
33 screen[y][79] = '\0';
40 screen[y][x+x] = '*';
44 printf("%s\n",screen[y])
    [all...]
sm.c 17 char screen[23][90], buf[10]; local in function:main
23 screen[0][x] = ' ';
24 screen[0][79] = '\0';
26 fgets(screen[0],90,stdin);
27 if (isdigit(screen[0][0])) {
28 int numstars = atoi(screen[0]);
32 screen[y][x] = ' ';
33 screen[y][79] = '\0';
40 screen[y][x+x] = '*';
44 printf("%s\n",screen[y])
    [all...]
sm.c 17 char screen[23][90], buf[10]; local in function:main
23 screen[0][x] = ' ';
24 screen[0][79] = '\0';
26 fgets(screen[0],90,stdin);
27 if (isdigit(screen[0][0])) {
28 int numstars = atoi(screen[0]);
32 screen[y][x] = ' ';
33 screen[y][79] = '\0';
40 screen[y][x+x] = '*';
44 printf("%s\n",screen[y])
    [all...]
sm.c 17 char screen[23][90], buf[10]; local in function:main
23 screen[0][x] = ' ';
24 screen[0][79] = '\0';
26 fgets(screen[0],90,stdin);
27 if (isdigit(screen[0][0])) {
28 int numstars = atoi(screen[0]);
32 screen[y][x] = ' ';
33 screen[y][79] = '\0';
40 screen[y][x+x] = '*';
44 printf("%s\n",screen[y])
    [all...]
sm.c 17 char screen[23][90], buf[10]; local in function:main
23 screen[0][x] = ' ';
24 screen[0][79] = '\0';
26 fgets(screen[0],90,stdin);
27 if (isdigit(screen[0][0])) {
28 int numstars = atoi(screen[0]);
32 screen[y][x] = ' ';
33 screen[y][79] = '\0';
40 screen[y][x+x] = '*';
44 printf("%s\n",screen[y])
    [all...]
sm.c 17 char screen[23][90], buf[10]; local in function:main
23 screen[0][x] = ' ';
24 screen[0][79] = '\0';
26 fgets(screen[0],90,stdin);
27 if (isdigit(screen[0][0])) {
28 int numstars = atoi(screen[0]);
32 screen[y][x] = ' ';
33 screen[y][79] = '\0';
40 screen[y][x+x] = '*';
44 printf("%s\n",screen[y])
    [all...]
  /src/games/atc/
extern.c 71 static C_SCREEN screen; variable in typeref:typename:C_SCREEN
72 C_SCREEN *sp = &screen;
extern.c 71 static C_SCREEN screen; variable in typeref:typename:C_SCREEN
72 C_SCREEN *sp = &screen;
extern.c 71 static C_SCREEN screen; variable in typeref:typename:C_SCREEN
72 C_SCREEN *sp = &screen;
extern.c 71 static C_SCREEN screen; variable in typeref:typename:C_SCREEN
72 C_SCREEN *sp = &screen;
  /src/sys/arch/pmax/pmax/
dec_3100.c 161 int kbd, crt, screen; local in function:dec_3100_cons_init
163 kbd = crt = screen = 0;
164 prom_findcons(&kbd, &crt, &screen);
166 if (screen > 0) {
dec_3100.c 161 int kbd, crt, screen; local in function:dec_3100_cons_init
163 kbd = crt = screen = 0;
164 prom_findcons(&kbd, &crt, &screen);
166 if (screen > 0) {
dec_3100.c 161 int kbd, crt, screen; local in function:dec_3100_cons_init
163 kbd = crt = screen = 0;
164 prom_findcons(&kbd, &crt, &screen);
166 if (screen > 0) {

Completed in 72 milliseconds

1 2 3 4 5 6