Home
last modified time | relevance | path

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

12345

/freebsd/contrib/ncurses/ncurses/
H A Dreport_offsets.c141 show_size(SCREEN); in main()
142 show_offset(SCREEN, _ifd); in main()
143 show_offset(SCREEN, _fifo); in main()
144 show_offset(SCREEN, _fifohead); in main()
145 show_offset(SCREEN, _direct_color); in main()
146 show_offset(SCREEN, _panelHook); in main()
147 show_offset(SCREEN, jump); in main()
148 show_offset(SCREEN, rsp); in main()
150 show_OPTION(SCREEN, _no_padding); in main()
153 show_OPTION(SCREEN, _ht_cost); in main()
[all …]
H A Dllib-ltinfow357 SCREEN *sp)
367 SCREEN *sp)
393 SCREEN *sp)
407 SCREEN *sp,
418 SCREEN *sp,
436 SCREEN *_nc_screen_chain;
438 SCREEN *SP;
445 SCREEN *_nc_screen_of(
447 { return(*(SCREEN **)0); }
453 SCREEN *sp)
[all …]
H A Dllib-ltinfo335 SCREEN *sp)
345 SCREEN *sp)
371 SCREEN *sp)
385 SCREEN *sp,
396 SCREEN *sp,
414 SCREEN *_nc_screen_chain;
416 SCREEN *SP;
423 SCREEN *_nc_screen_of(
425 { return(*(SCREEN **)0); }
431 SCREEN *sp)
[all …]
H A Dllib-ltinfotw362 SCREEN *sp)
373 SCREEN *sp)
399 SCREEN *sp)
410 SCREEN *sp)
423 SCREEN *sp,
434 SCREEN *sp,
458 SCREEN *_nc_screen_chain;
460 SCREEN *SP;
467 SCREEN *_nc_screen_of(
469 { return(*(SCREEN **)0); }
[all …]
H A Dllib-ltinfot340 SCREEN *sp)
351 SCREEN *sp)
377 SCREEN *sp)
388 SCREEN *sp)
401 SCREEN *sp,
412 SCREEN *sp,
436 SCREEN *_nc_screen_chain;
438 SCREEN *SP;
445 SCREEN *_nc_screen_of(
447 { 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.h410 #define NCURSES_SP_DCL SCREEN *NCURSES_SP_ARG
413 #define NCURSES_SP_DCLx SCREEN *NCURSES_SP_ARGx
559 extern NCURSES_EXPORT(void) _nc_set_no_padding(SCREEN *);
572 extern NCURSES_EXPORT(int *) _nc_ptr_Lines (SCREEN *);
573 extern NCURSES_EXPORT(int *) _nc_ptr_Cols (SCREEN *);
574 extern NCURSES_EXPORT(int *) _nc_ptr_Tabsize (SCREEN *);
575 extern NCURSES_EXPORT(int *) _nc_ptr_Escdelay (SCREEN *);
1091 bool (*_mouse_event) (SCREEN *);
1092 bool (*_mouse_inline)(SCREEN *);
1093 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, colorpair_t*);
120 extern NCURSES_EXPORT(void) _nc_set_color_pair(SCREEN*, int, int);
134 extern NCURSES_EXPORT(void) _nc_new_pair_leaks(SCREEN*);
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c161 SCREEN *sp; in drv_CanHandle()
259 SCREEN *sp; in drv_dobeepflash()
306 SCREEN *sp; in drv_print()
320 SCREEN *sp; in drv_defaultcolors()
355 SCREEN *sp; in drv_setcolor()
389 SCREEN *sp; in drv_rescol()
405 SCREEN *sp; in drv_rescolors()
420 SCREEN *sp; in drv_size()
566 SCREEN *sp = TCB->csp; in drv_sgmode()
600 SCREEN *sp; in drv_mode()
[all …]
H A Dlib_data.c74 NCURSES_EXPORT_VAR(SCREEN *) _nc_screen_chain = 0;
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 = 0; 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 == 0) ? 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, int flag) in _nc_keypad()
345 SCREEN *save_sp; in _nc_keypad()
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in449 #undef SCREEN
450 #define SCREEN struct screen macro
451 SCREEN;
453 typedef struct screen SCREEN; typedef
654 extern NCURSES_EXPORT(void) delscreen (SCREEN *); /* implemented */
758 extern NCURSES_EXPORT(SCREEN *) newterm (const char *,FILE *,FILE *); /* implemented */
797 extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *); /* implemented */
943 typedef int (*NCURSES_SCREEN_CB)(SCREEN *, void *);
972 extern NCURSES_EXPORT(int) use_screen (SCREEN *, NCURSES_SCREEN_CB, void *);
1007 * Extra extension-functions, which pass a SCREEN pointer rather than using
[all …]
H A DMKterm.h.awk.in87 print "typedef struct screen SCREEN;"
98 print "typedef int (*NCURSES_SP_OUTC)(SCREEN*, int);"
378 print "extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tigetstr) (SCREEN*, const char *);"
379 print "extern NCURSES_EXPORT(int) NCURSES_SP_NAME(putp) (SCREEN*, const char *);"
380 print "extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tigetflag) (SCREEN*, const char *);"
381 print "extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tigetnum) (SCREEN*, const char *);"
384 …print "extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tparm) (SCREEN*, const char *, ...); /* spe…
386 …print "extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tparm) (SCREEN*, const char *, long,long,lo…
390 print "extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tgetstr) (SCREEN*, const char *, char **);"
391 print "extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tgoto) (SCREEN*, const char *, int, int);"
[all …]
/freebsd/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, 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 = 0; 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()
152 check_mouse_activity(SCREEN *sp, int delay EVENTLIST_2nd(_nc_eventlist * evl)) in check_mouse_activity()
208 fifo_peek(SCREEN *sp) in fifo_peek()
218 fifo_pull(SCREEN *sp) in fifo_pull()
241 fifo_push(SCREEN *sp EVENTLIST_2nd(_nc_eventlist * evl)) in fifo_push()
369 fifo_clear(SCREEN *sp) in fifo_clear()
376 static int kgetch(SCREEN *, bool EVENTLIST_2nd(_nc_eventlist *));
382 SCREEN *sp = _nc_screen_of(win); in recur_wrefresh()
394 SCREEN *save_SP; in recur_wrefresh()
[all …]
H A Dlib_mouse.c186 static bool _nc_mouse_parse(SCREEN *, int);
187 static void _nc_mouse_resume(SCREEN *);
188 static void _nc_mouse_wrap(SCREEN *);
213 _trace_slot(SCREEN *sp, const char *tag) in _trace_slot()
234 write_event(SCREEN *sp, int down, int button, int x, int y) in write_event()
253 SCREEN *sp = (SCREEN *) param; in mouse_server()
320 sysmouse_server(SCREEN *sp) in sysmouse_server()
387 init_xterm_mouse(SCREEN *sp) in init_xterm_mouse()
443 enable_xterm_mouse(SCREEN *sp, int enable) in enable_xterm_mouse()
458 enable_win32_mouse(SCREEN *sp, int enable) in enable_win32_mouse()
[all …]
H A Dlib_driver.c84 NCURSES_SP_NAME(has_key) (SCREEN *sp, int keycode) in NCURSES_SP_NAME()
97 NCURSES_SP_NAME(_nc_mcprint) (SCREEN *sp, char *data, int len) in NCURSES_SP_NAME()
113 NCURSES_SP_NAME(doupdate) (SCREEN *sp) in NCURSES_SP_NAME()
132 NCURSES_SP_NAME(mvcur) (SCREEN *sp, int yold, int xold, int ynew, int xnew) in NCURSES_SP_NAME()
H A Dlib_newterm.c171 NCURSES_EXPORT(SCREEN *)
178 SCREEN *result = 0; in NCURSES_SP_NAME()
179 SCREEN *current; in NCURSES_SP_NAME()
361 NCURSES_EXPORT(SCREEN *)
364 SCREEN *rc; in newterm()
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c179 SCREEN *sp; in con_write16()
228 SCREEN *sp; in con_write8()
267 find_end_of_change(SCREEN *sp, int row, int col) in find_end_of_change()
302 find_next_change(SCREEN *sp, int row, int col) in find_next_change()
388 SCREEN *sp; in wcon_doupdate()
582 SCREEN *sp; in wcon_dobeepflash()
646 SCREEN *sp; in wcon_print()
659 SCREEN *sp; in wcon_defaultcolors()
672 int (*outc) (SCREEN *, int) GCC_UNUSED) in wcon_setcolor()
702 SCREEN *sp; in wcon_rescolors()
[all …]
H A Dwin_driver.c270 SCREEN *sp; in con_write16()
319 SCREEN *sp; in con_write8()
358 find_end_of_change(SCREEN *sp, int row, int col) in find_end_of_change()
392 find_next_change(SCREEN *sp, int row, int col) in find_next_change()
483 SCREEN *sp; in wcon_doupdate()
678 SCREEN *sp; in wcon_dobeepflash()
737 SCREEN *sp; in wcon_print()
750 SCREEN *sp; in wcon_defaultcolors()
797 int (*outc) (SCREEN *, int) GCC_UNUSED) in wcon_setcolor()
825 SCREEN *sp; in wcon_rescolors()
[all …]
/freebsd/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