Searched refs:screen (Results 1 - 25 of 74) sorted by relevance

123

/openbsd-current/lib/libcurses/tinfo/
H A Duse_screen.c41 use_screen(SCREEN *screen, NCURSES_SCREEN_CB func, void *data) argument
48 (void *) screen,
58 set_term(screen);
60 code = func(screen, data);
H A Dentries.c132 * Discard any prescreen data which is not used for the current screen.
134 _nc_lock_global(screen);
144 _nc_unlock_global(screen);
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A DANSI.py1 '''This implements an ANSI (VT100) terminal emulator as a subclass of screen.
29 from . import screen namespace
38 screen = fsm.memory[0]
39 screen.write_ch(fsm.input_symbol)
53 screen = fsm.memory[0]
54 screen.cursor_back ()
59 screen = fsm.memory[0]
60 screen.cursor_back (count)
64 screen = fsm.memory[0]
65 screen
[all...]
/openbsd-current/games/atc/
H A Dextern.c61 C_SCREEN screen, *sp = &screen; variable
/openbsd-current/gnu/llvm/lldb/utils/lui/
H A Dsandbox.py29 def __init__(self, screen, event_queue):
30 super(SandboxUI, self).__init__(screen, event_queue)
32 height, width = self.screen.getmaxyx()
66 def main(screen):
70 sandbox = SandboxUI(screen, event_queue)
H A Dlui.py84 def __init__(self, screen, event_queue, driver):
85 super(LLDBUI, self).__init__(screen, event_queue)
89 h, w = self.screen.getmaxyx()
128 def main(screen):
138 view = LLDBUI(screen, event_queue, driver)
H A Dcui.py174 def __init__(self, screen, queue):
176 self.screen = screen
181 c = self.screen.getch()
188 def __init__(self, screen, event_queue):
189 self.screen = screen
196 self.screen.bkgd(curses.color_pair(1))
197 self.screen.clear()
199 self.input_handler = InputHandler(self.screen, sel
[all...]
/openbsd-current/games/tetris/
H A DMakefile4 SRCS= input.c screen.c shapes.c scores.c tetris.c
/openbsd-current/usr.bin/top/
H A DMakefile8 SRCS= commands.c display.c machine.c screen.c top.c utils.c
/openbsd-current/lib/libcurses/
H A Dnc_panel.h69 struct screen; /* Forward declaration */
70 /* Retrieve the panelhook of the specified screen */
/openbsd-current/usr.bin/tmux/
H A Dwindow-clock.c27 static struct screen *window_clock_init(struct window_mode_entry *,
48 struct screen screen; member in struct:window_clock_mode_data
153 static struct screen *
159 struct screen *s;
168 s = &data->screen;
183 screen_free(&data->screen);
191 struct screen *s = &data->screen;
212 struct screen *
[all...]
H A Dscreen.c1 /* $OpenBSD: screen.c,v 1.85 2024/03/21 11:26:28 nicm Exp $ */
28 /* Selected area in screen. */
51 static void screen_resize_y(struct screen *, u_int, int, u_int *);
52 static void screen_reflow(struct screen *, u_int, u_int *, u_int *, int);
56 screen_free_titles(struct screen *s)
73 /* Create a new screen. */
75 screen_init(struct screen *s, u_int sx, u_int sy, u_int hlimit)
99 /* Reinitialise screen. */
101 screen_reinit(struct screen *s)
127 /* Reset hyperlinks of a screen
[all...]
H A Dformat-draw.c29 struct screen *s;
73 format_update_ranges(struct format_ranges *frs, struct screen *s, u_int offset,
110 struct screen *s, struct format_ranges *frs, u_int offset, u_int start,
114 * The offset is how far from the cursor on the target screen; start
115 * and width how much to copy from the source screen.
125 u_int ocx, u_int ocy, u_int offset, u_int width, struct screen *list,
126 struct screen *list_left, struct screen *list_right, int focus_start,
162 /* Draw the list screen itself. */
169 u_int ocy, struct screen *lef
[all...]
H A Dcmd-paste-buffer.c87 if (bracket && (wp->screen->mode & MODE_BRACKETPASTE))
106 if (bracket && (wp->screen->mode & MODE_BRACKETPASTE))
H A Dtmux.h82 #define TMUX_TERM "screen"
848 /* Virtual screen. */
851 struct screen { struct
891 struct screen *s;
979 struct screen *(*init)(struct window_mode_entry *,
1004 struct screen *screen; member in struct:window_mode_entry
1089 struct screen *screen; member in struct:window_pane
1090 struct screen bas
1673 struct screen screen; member in struct:status_line
[all...]
H A Dwindow-copy.c35 static struct screen *window_copy_init(struct window_mode_entry *,
37 static struct screen *window_copy_view_init(struct window_mode_entry *,
74 struct screen *, int, int);
209 * Copy mode's visible screen (the "screen" field) is filled from one of two
216 * "backing" field, and is copied into "screen" as needed (that is, when
218 * directly at that pane's screen structure (&wp->base); when backed by a list
219 * of output-lines from a command, it points at a newly-allocated screen
223 struct screen screen; member in struct:window_copy_mode_data
[all...]
/openbsd-current/regress/usr.bin/ssh/
H A Dkeygen-moduli.sh20 ${SSHKEYGEN} -M screen -f ${SRC}/moduli.in $i $OBJ/moduli.out 2>/dev/null || \
21 fail "keygen screen failed $i"
/openbsd-current/usr.bin/mail/
H A Dcmd1.c47 static int screen; variable
62 screen = (n-1)/size;
63 if (screen < 0)
64 screen = 0;
65 mp = &message[screen * size];
106 * Scroll to the next/previous screen
123 if (screen >= maxscreen) {
127 screen++;
131 if (screen <= 0) {
135 screen
[all...]
/openbsd-current/usr.bin/ssh/
H A Dsession.h49 u_int screen; member in struct:Session
/openbsd-current/usr.bin/ssh/moduli-gen/
H A Dmoduli-gen.sh32 ssh-keygen -M screen -O checkpoint=${moduli_tested}.ckpt \
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20020430-1.c74 Screen *screen; member in struct:_CorePart
142 if (x_root == ((((w)->core.screen))->width) - 1 &&
157 move = ((((w)->core.screen))->width) -
163 move = ((((w)->core.screen))->width) -
188 XWarpPointer((((w)->core.screen)->display), 0L, 0L, 0, 0, 0, 0, warp, 0);
/openbsd-current/games/battlestar/
H A Dfly.c57 static void screen(void);
85 screen();
182 screen(void) function
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/
H A D19990826-4.f33 logical needit,screen,isub,loop,comd,burn,wrtres,fixedxy
45 data needit,screen,comd,isub
74 screen=.true.
257 if(screen)print 4,(itype(j),ixwin(j),iywin(j),iboxwin(j),
309 if (screen) call htype(line,skyval,.false.,fitr,ngr,ncon)
374 call setup ( numf,nc,screen,line,skyval,fitr,ngr,ncon,
478 call setup ( numf,nc,screen,line,skyval,fitr,ngr,ncon,
588 if ( .not.screen ) close(luout)
/openbsd-current/lib/libcurses/base/
H A Dlib_freeall.c87 if (p->screen != SP_PARM)
95 if (q->screen != SP_PARM)
/openbsd-current/usr.bin/less/less/
H A DMakefile6 SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c cvt.c \

Completed in 164 milliseconds

123