HomeSort by: relevance | last modified time | path
    Searched refs:SCREEN (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/cddl/dtracetoolkit/dist/Bin/
sar-c.d 52 inline int SCREEN = 21;
61 lines = SCREEN + 1;
69 /lines++ > SCREEN/
httpdstat.d 48 inline int SCREEN = 21;
56 lines = SCREEN + 1;
72 /first || (secs == 0 && lines > SCREEN)/
j_stat.d 56 inline int SCREEN = 21;
61 lines = SCREEN + 1;
78 /first || (secs == 0 && lines > SCREEN)/
js_stat.d 46 inline int SCREEN = 21;
51 lines = SCREEN + 1;
68 /first || (secs == 0 && lines > SCREEN)/
rb_stat.d 54 inline int SCREEN = 21;
59 lines = SCREEN + 1;
76 /first || (secs == 0 && lines > SCREEN)/
sh_stat.d 51 inline int SCREEN = 21;
56 lines = SCREEN + 1;
73 /first || (secs == 0 && lines > SCREEN)/
tcl_stat.d 51 inline int SCREEN = 21;
56 lines = SCREEN + 1;
73 /first || (secs == 0 && lines > SCREEN)/
vmstat.d 58 inline int SCREEN = 21;
67 lines = SCREEN + 1;
75 /lines++ > SCREEN/
vmstat-p.d 60 inline int SCREEN = 21;
71 lines = SCREEN + 1;
79 /lines++ > SCREEN/
  /src/external/cddl/dtracetoolkit/dist/System/
sar-c.d 52 inline int SCREEN = 21;
61 lines = SCREEN + 1;
69 /lines++ > SCREEN/
  /src/lib/libcurses/
curses_private.h 111 #define __ENDLINE 0x00000001 /* End of screen. */
113 #define __FULLWIN 0x00000004 /* Window is a screen. */
134 SCREEN *screen; /* Screen for this window */ member in struct:__window
214 WINDOW *curscr; /* Current screen. */
215 WINDOW *stdscr; /* Standard screen. */
216 WINDOW *__virtscr; /* Virtual screen (for doupdate()). */
219 int COLS; /* Columns on the screen. */
220 int LINES; /* Lines on the screen. *
    [all...]
slk.c 65 static int __slk_attroff(SCREEN *, const chtype);
66 static int __slk_attron(SCREEN *, const chtype);
67 static int __slk_attrset(SCREEN *, const chtype);
69 static int __slk_attr_off(SCREEN *, const attr_t, void *);
70 static int __slk_attr_on(SCREEN *, const attr_t, void *);
71 static int __slk_attr_set(SCREEN *, const attr_t, short, void *opt);
72 static int __slk_color(SCREEN *, short);
75 static int __slk_clear(SCREEN *);
76 static char *__slk_label(SCREEN *, int);
77 static int __slk_restore(SCREEN *);
    [all...]
screen.c 1 /* $NetBSD: screen.c,v 1.40 2024/07/11 07:13:41 blymn Exp $ */
35 static char sccsid[] = "@(#)screen.c 8.2 (blymn) 11/27/2001";
37 __RCSID("$NetBSD: screen.c,v 1.40 2024/07/11 07:13:41 blymn Exp $");
48 static void __delscreen(SCREEN *);
62 * Change the term to the given screen.
65 SCREEN *
66 set_term(SCREEN *new)
68 SCREEN *old_screen = _cursesi_screen;
71 /* save changes made to the current screen... */
123 * Set up a new screen
    [all...]
ripoffline.c 69 * Returns the number of ripped lines from the screen.
72 __rippedlines(const SCREEN *screen, int line)
78 for (i = 0, rip = screen->ripped; i < screen->nripped; i++, rip++) {
89 * Rips lines from the screen by creating a WINDOW per ripoffline call.
94 __ripoffscreen(SCREEN *screen)
101 rip = screen->ripped;
108 w = __newwin(screen, nlines, 0
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Apps/
httpdstat.d 48 inline int SCREEN = 21;
56 lines = SCREEN + 1;
72 /first || (secs == 0 && lines > SCREEN)/
  /src/external/cddl/dtracetoolkit/dist/Java/
j_stat.d 56 inline int SCREEN = 21;
61 lines = SCREEN + 1;
78 /first || (secs == 0 && lines > SCREEN)/
  /src/external/cddl/dtracetoolkit/dist/JavaScript/
js_stat.d 46 inline int SCREEN = 21;
51 lines = SCREEN + 1;
68 /first || (secs == 0 && lines > SCREEN)/
  /src/external/cddl/dtracetoolkit/dist/Ruby/
rb_stat.d 54 inline int SCREEN = 21;
59 lines = SCREEN + 1;
76 /first || (secs == 0 && lines > SCREEN)/
  /src/external/cddl/dtracetoolkit/dist/Shell/
sh_stat.d 51 inline int SCREEN = 21;
56 lines = SCREEN + 1;
73 /first || (secs == 0 && lines > SCREEN)/
  /src/external/cddl/dtracetoolkit/dist/Tcl/
tcl_stat.d 51 inline int SCREEN = 21;
56 lines = SCREEN + 1;
73 /first || (secs == 0 && lines > SCREEN)/
  /src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
Makefile.in 12 # Where to install screen.
21 SCREEN = screen-$(VERSION)
45 HFILES= extern.h os.h screen.h
60 install_bin: .version screen
61 -if [ -f $(DESTDIR)$(bindir)/$(SCREEN) ] && [ ! -f $(DESTDIR)$(bindir)/$(SCREEN).old ]; \
62 then mv $(DESTDIR)$(bindir)/$(SCREEN) $(DESTDIR)$(bindir)/$(SCREEN).old; fi
63 $(INSTALL_PROGRAM) screen $(DESTDIR)$(bindir)/$(SCREEN
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
Makefile.in 12 # Where to install screen.
21 SCREEN = screen-$(VERSION)
45 HFILES= extern.h os.h screen.h
60 install_bin: .version screen
61 -if [ -f $(DESTDIR)$(bindir)/$(SCREEN) ] && [ ! -f $(DESTDIR)$(bindir)/$(SCREEN).old ]; \
62 then mv $(DESTDIR)$(bindir)/$(SCREEN) $(DESTDIR)$(bindir)/$(SCREEN).old; fi
63 $(INSTALL_PROGRAM) screen $(DESTDIR)$(bindir)/$(SCREEN
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Mem/
vmstat.d 58 inline int SCREEN = 21;
67 lines = SCREEN + 1;
75 /lines++ > SCREEN/
vmstat-p.d 60 inline int SCREEN = 21;
71 lines = SCREEN + 1;
79 /lines++ > SCREEN/
  /src/games/hunt/hunt/
otto.c 76 #define SCREEN(y, x) mvinch(y, x)
318 ch = SCREEN(r, c);
339 ch = SCREEN(r, c);
360 ch = SCREEN(r, c);
380 ch = SCREEN(r, c);
489 if (strchr(PUSHOVER, SCREEN(row, col - 1)) != NULL)
491 else if (strchr(PUSHOVER, SCREEN(row, col + 1)) != NULL)
494 && strchr(PUSHOVER, SCREEN(row + 1, col)) != NULL)
497 && strchr(PUSHOVER, SCREEN(row - 1, col)) != NULL)
507 if (strchr(PUSHOVER, SCREEN(row - 1, col)) != NULL
    [all...]

Completed in 67 milliseconds

1 2