Home
last modified time | relevance | path

Searched refs:SCREEN (Results 1 – 25 of 102) sorted by relevance

12345

/src/contrib/ncurses/ncurses/
H A Dreport_offsets.c144 show_size(SCREEN); in main()
145 show_offset(SCREEN, _ifd); in main()
146 show_offset(SCREEN, _fifo); in main()
147 show_offset(SCREEN, _fifohead); in main()
148 show_offset(SCREEN, _direct_color); in main()
149 show_offset(SCREEN, _panelHook); in main()
150 show_offset(SCREEN, jump); in main()
151 show_offset(SCREEN, rsp); in main()
153 show_OPTION(SCREEN, _no_padding); in main()
156 show_OPTION(SCREEN, _ht_cost); in main()
[all …]
H A Dllib-ltinfo341 SCREEN *sp)
351 SCREEN *sp)
377 SCREEN *sp)
391 SCREEN *sp,
402 SCREEN *sp,
420 SCREEN *_nc_screen_chain;
422 SCREEN *SP;
429 SCREEN *_nc_screen_of(
431 { return(*(SCREEN **)0); }
437 SCREEN *sp)
[all …]
H A Dllib-ltinfow363 SCREEN *sp)
373 SCREEN *sp)
399 SCREEN *sp)
413 SCREEN *sp,
424 SCREEN *sp,
442 SCREEN *_nc_screen_chain;
444 SCREEN *SP;
451 SCREEN *_nc_screen_of(
453 { return(*(SCREEN **)0); }
459 SCREEN *sp)
[all …]
H A Dllib-ltinfot346 SCREEN *sp)
357 SCREEN *sp)
383 SCREEN *sp)
394 SCREEN *sp)
407 SCREEN *sp,
418 SCREEN *sp,
442 SCREEN *_nc_screen_chain;
444 SCREEN *SP;
451 SCREEN *_nc_screen_of(
453 { return(*(SCREEN **)0); }
[all …]
H A Dllib-ltinfotw368 SCREEN *sp)
379 SCREEN *sp)
405 SCREEN *sp)
416 SCREEN *sp)
429 SCREEN *sp,
440 SCREEN *sp,
464 SCREEN *_nc_screen_chain;
466 SCREEN *SP;
473 SCREEN *_nc_screen_of(
475 { return(*(SCREEN **)0); }
[all …]
H A Dllib-lncursest44 SCREEN *sp)
53 SCREEN *sp)
64 SCREEN *sp)
73 SCREEN *sp,
84 SCREEN *sp,
143 SCREEN *sp)
231 SCREEN *sp)
240 SCREEN *sp)
249 SCREEN *sp,
255 SCREEN *sp,
[all …]
H A Dcurses.priv.h466 #define NCURSES_SP_DCL SCREEN *NCURSES_SP_ARG
469 #define NCURSES_SP_DCLx SCREEN *NCURSES_SP_ARGx
614 extern NCURSES_EXPORT(void) _nc_set_no_padding(SCREEN *);
627 extern NCURSES_EXPORT(int *) _nc_ptr_Lines (SCREEN *);
628 extern NCURSES_EXPORT(int *) _nc_ptr_Cols (SCREEN *);
629 extern NCURSES_EXPORT(int *) _nc_ptr_Tabsize (SCREEN *);
630 extern NCURSES_EXPORT(int *) _nc_ptr_Escdelay (SCREEN *);
1155 bool (*_mouse_event) (SCREEN *);
1156 bool (*_mouse_inline)(SCREEN *);
1157 bool (*_mouse_parse) (SCREEN *, int);
[all …]
H A Dllib-lncurses44 SCREEN *sp)
53 SCREEN *sp)
64 SCREEN *sp)
73 SCREEN *sp,
84 SCREEN *sp,
143 SCREEN *sp)
228 SCREEN *sp)
237 SCREEN *sp)
246 SCREEN *sp,
252 SCREEN *sp,
[all …]
H A Dllib-lncursestw44 SCREEN *sp)
53 SCREEN *sp)
64 SCREEN *sp)
73 SCREEN *sp,
84 SCREEN *sp,
168 SCREEN *sp)
268 SCREEN *sp)
277 SCREEN *sp)
286 SCREEN *sp,
292 SCREEN *sp,
[all …]
H A Dllib-lncursesw44 SCREEN *sp)
53 SCREEN *sp)
64 SCREEN *sp)
73 SCREEN *sp,
84 SCREEN *sp,
168 SCREEN *sp)
265 SCREEN *sp)
274 SCREEN *sp)
283 SCREEN *sp,
289 SCREEN *sp,
[all …]
H A Dnew_pair.h49 #undef SCREEN
50 #define SCREEN struct screen macro
51 SCREEN;
117 extern NCURSES_EXPORT(void) _nc_copy_pairs(SCREEN*, colorpair_t*, colorpair_t*, int);
118 extern NCURSES_EXPORT(void) _nc_free_ordered_pairs(SCREEN*);
119 extern NCURSES_EXPORT(void) _nc_reset_color_pair(SCREEN*, int, const colorpair_t*);
120 extern NCURSES_EXPORT(void) _nc_set_color_pair(SCREEN*, int, int);
134 extern NCURSES_EXPORT(void) _nc_new_pair_leaks(SCREEN*);
/src/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c161 SCREEN *sp; in drv_CanHandle()
260 SCREEN *sp; in drv_dobeepflash()
307 SCREEN *sp; in drv_print()
321 SCREEN *sp; in drv_defaultcolors()
356 SCREEN *sp; in drv_setcolor()
390 SCREEN *sp; in drv_rescol()
406 SCREEN *sp; in drv_rescolors()
421 SCREEN *sp; in drv_size()
568 SCREEN *sp = TCB->csp; in drv_sgmode()
602 SCREEN *sp; in drv_mode()
[all …]
H A Dlib_data.c74 NCURSES_EXPORT_VAR(SCREEN *) _nc_screen_chain = NULL;
87 static SCREEN *my_screen;
89 NCURSES_EXPORT(SCREEN *)
104 _nc_set_screen(SCREEN *sp) in _nc_set_screen()
111 NCURSES_EXPORT_VAR(SCREEN *) SP = NULL; /* Some linkers require initialized data... */
291 NCURSES_EXPORT(SCREEN *)
294 SCREEN *sp = NULL; in _nc_screen_of()
H A Dlib_options.c59 SCREEN *sp = _nc_screen_of(win); in NCURSES_EXPORT()
80 SCREEN *sp = _nc_screen_of(win); in idcok()
161 SCREEN *sp = (win == NULL) ? CURRENT_SCREEN : _nc_screen_of(win); in meta()
283 TINFO_HAS_KEY(SCREEN *sp, int keycode) in TINFO_HAS_KEY()
333 _nc_keypad(SCREEN *sp, bool flag) in _nc_keypad()
345 SCREEN *save_sp; in _nc_keypad()
H A Dlib_setup.c131 _nc_ptr_Lines(SCREEN *sp) in _nc_ptr_Lines()
143 _nc_ptr_Cols(SCREEN *sp) in _nc_ptr_Cols()
155 _nc_ptr_Tabsize(SCREEN *sp) in _nc_ptr_Tabsize()
208 _nc_handle_sigwinch(SCREEN *sp) in _nc_handle_sigwinch()
210 SCREEN *scan; in _nc_handle_sigwinch()
405 _nc_check_screensize(SCREEN *sp, TERMINAL *termp, int *linep, int *colp) in _nc_check_screensize()
460 _nc_get_screensize(SCREEN *sp, in _nc_get_screensize()
621 _nc_update_screensize(SCREEN *sp) in _nc_update_screensize()
831 SCREEN *sp = NULL; in TINFO_SETUP_TERM()
1076 NCURSES_EXPORT(SCREEN *)
[all …]
/src/contrib/ncurses/include/
H A Dcurses.h.in449 #undef SCREEN
450 #define SCREEN struct screen macro
451 SCREEN;
453 typedef struct screen SCREEN; typedef
657 extern NCURSES_EXPORT(void) delscreen (SCREEN *); /* implemented */
761 extern NCURSES_EXPORT(SCREEN *) newterm (const char *,FILE *,FILE *); /* implemented */
800 extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *); /* implemented */
946 typedef int (*NCURSES_SCREEN_CB)(SCREEN *, void *);
975 extern NCURSES_EXPORT(int) use_screen (SCREEN *, NCURSES_SCREEN_CB, void *);
1010 * Extra extension-functions, which pass a SCREEN pointer rather than using
[all …]
H A DMKterm.h.awk.in87 print "typedef struct screen SCREEN;"
99 print "typedef int (*NCURSES_SP_OUTC)(SCREEN*, int);"
380 print "extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tigetstr) (SCREEN*, const char *);"
381 print "extern NCURSES_EXPORT(int) NCURSES_SP_NAME(putp) (SCREEN*, const char *);"
382 print "extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tigetflag) (SCREEN*, const char *);"
383 print "extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tigetnum) (SCREEN*, const char *);"
387 …print "extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tparm) (SCREEN*, const char *, ...); /* spe…
389 …print "extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tparm) (SCREEN*, const char *, long,long,lo…
393 print "extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tgetstr) (SCREEN*, const char *, char **);"
394 print "extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tgoto) (SCREEN*, const char *, int, int);"
[all …]
/src/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c167 SCREEN *sp; in con_write16()
216 SCREEN *sp; in con_write8()
255 find_end_of_change(SCREEN *sp, int row, int col) in find_end_of_change()
290 find_next_change(SCREEN *sp, int row, int col) in find_next_change()
376 SCREEN *sp; in wcon_doupdate()
576 SCREEN *sp; in wcon_dobeepflash()
640 SCREEN *sp; in wcon_print()
653 SCREEN *sp; in wcon_defaultcolors()
666 int (*outc) (SCREEN *, int) GCC_UNUSED) in wcon_setcolor()
696 SCREEN *sp; in wcon_rescolors()
[all …]
/src/contrib/ncurses/ncurses/base/
H A Dnew_pair.c71 prev_len(SCREEN *sp, int pair) in prev_len()
84 next_len(SCREEN *sp, int pair) in next_len()
100 dumpit(SCREEN *sp, int pair, const char *tag) in dumpit()
144 _nc_find_color_pair(SCREEN *sp, int fg, int bg) in _nc_find_color_pair()
162 delink_color_pair(SCREEN *sp, int pair) in delink_color_pair()
181 _nc_free_ordered_pairs(SCREEN *sp) in _nc_free_ordered_pairs()
196 _nc_reset_color_pair(SCREEN *sp, int pair, const colorpair_t * next) in _nc_reset_color_pair()
227 _nc_set_color_pair(SCREEN *sp, int pair, int mode) in _nc_set_color_pair()
251 _nc_copy_pairs(SCREEN *sp, colorpair_t * target, colorpair_t * source, int length) in _nc_copy_pairs()
377 _nc_new_pair_leaks(SCREEN *sp) in _nc_new_pair_leaks()
H A Dlib_set_term.c70 NCURSES_EXPORT(SCREEN *) in NCURSES_EXPORT() argument
71 set_term(SCREEN *screenp) in NCURSES_EXPORT()
73 SCREEN *oldSP; in NCURSES_EXPORT()
74 SCREEN *newSP; in NCURSES_EXPORT()
121 delink_screen(SCREEN *sp) in delink_screen()
123 SCREEN *last = NULL; in delink_screen()
124 SCREEN *temp; in delink_screen()
145 delscreen(SCREEN *sp) in delscreen()
258 no_mouse_event(SCREEN *sp GCC_UNUSED) in no_mouse_event()
264 no_mouse_inline(SCREEN *sp GCC_UNUSED) in no_mouse_inline()
[all …]
H A Dlib_getch.c60 _nc_ptr_Escdelay(SCREEN *sp) in _nc_ptr_Escdelay()
133 SCREEN *sp = _nc_screen_of(win); in _nc_use_meta()
141 check_mouse_activity(SCREEN *sp, int delay EVENTLIST_2nd(_nc_eventlist * evl)) in check_mouse_activity()
191 fifo_peek(SCREEN *sp) in fifo_peek()
201 fifo_pull(SCREEN *sp) in fifo_pull()
224 fifo_push(SCREEN *sp EVENTLIST_2nd(_nc_eventlist * evl)) in fifo_push()
346 fifo_clear(SCREEN *sp) in fifo_clear()
353 static int kgetch(SCREEN *, bool EVENTLIST_2nd(_nc_eventlist *));
359 SCREEN *sp = _nc_screen_of(win); in recur_wrefresh()
371 SCREEN *save_SP; in recur_wrefresh()
[all …]
H A Dlib_driver.c40 NCURSES_SP_NAME(has_key) (SCREEN *sp, int keycode) in NCURSES_EXPORT()
53 NCURSES_SP_NAME(_nc_mcprint) (SCREEN *sp, char *data, int len) in _nc_mcprint()
69 NCURSES_SP_NAME(doupdate) (SCREEN *sp) in doupdate()
88 NCURSES_SP_NAME(mvcur) (SCREEN *sp, int yold, int xold, int ynew, int xnew) in mvcur()
H A Dlib_mouse.c185 static bool _nc_mouse_parse(SCREEN *, int);
186 static void _nc_mouse_resume(SCREEN *);
187 static void _nc_mouse_wrap(SCREEN *);
212 _trace_slot(SCREEN *sp, const char *tag) in _trace_slot()
233 write_event(SCREEN *sp, int down, int button, int x, int y) in write_event()
252 SCREEN *sp = (SCREEN *) param; in mouse_server()
319 sysmouse_server(SCREEN *sp) in sysmouse_server()
386 init_xterm_mouse(SCREEN *sp) in init_xterm_mouse()
442 enable_xterm_mouse(SCREEN *sp, bool enable) in enable_xterm_mouse()
457 enable_win32_mouse(SCREEN *sp, bool enable) in enable_win32_mouse()
[all …]
H A Dlib_newterm.c171 NCURSES_EXPORT(SCREEN *)
178 SCREEN *result = NULL; in newterm()
179 SCREEN *current; in newterm()
362 NCURSES_EXPORT(SCREEN *)
365 SCREEN *rc; in newterm()
/src/contrib/ncurses/panel/
H A Dpanel.h88 extern PANEL_EXPORT(PANEL *) ground_panel(SCREEN *);
89 extern PANEL_EXPORT(PANEL *) ceiling_panel(SCREEN *);
91 extern PANEL_EXPORT(void) NCURSES_SP_NAME(update_panels) (SCREEN*);

12345