Home
last modified time | relevance | path

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

12345

/freebsd/contrib/ncurses/ncurses/
H A Dreport_offsets.c124 show_size(SCREEN); in main()
125 show_offset(SCREEN, _ifd); in main()
126 show_offset(SCREEN, _fifo); in main()
127 show_offset(SCREEN, _fifohead); in main()
129 show_offset(SCREEN, _panelHook); in main()
130 show_offset(SCREEN, jump); in main()
131 show_offset(SCREEN, rsp); in main()
136 show_OPTION(SCREEN, _ht_cost); in main()
139 show_OPTION(SCREEN, _use_ritm); in main()
161 show_OPTION(SCREEN, _resize); in main()
[all …]
H A Dllib-ltinfo317 SCREEN *sp)
327 SCREEN *sp)
353 SCREEN *sp)
398 SCREEN *SP;
413 SCREEN *sp)
422 SCREEN *sp)
433 SCREEN *sp)
442 SCREEN *sp)
451 SCREEN *sp)
477 SCREEN *sp)
[all …]
H A Dllib-ltinfot322 SCREEN *sp)
333 SCREEN *sp)
359 SCREEN *sp)
370 SCREEN *sp)
420 SCREEN *SP;
459 SCREEN *sp)
468 SCREEN *sp)
479 SCREEN *sp)
488 SCREEN *sp)
497 SCREEN *sp)
[all …]
H A Dllib-ltinfow339 SCREEN *sp)
349 SCREEN *sp)
375 SCREEN *sp)
420 SCREEN *SP;
435 SCREEN *sp)
444 SCREEN *sp)
455 SCREEN *sp)
464 SCREEN *sp)
473 SCREEN *sp)
499 SCREEN *sp)
[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)
310 SCREEN *sp)
319 SCREEN *sp)
[all …]
H A Dllib-ltinfotw344 SCREEN *sp)
355 SCREEN *sp)
381 SCREEN *sp)
392 SCREEN *sp)
442 SCREEN *SP;
481 SCREEN *sp)
490 SCREEN *sp)
501 SCREEN *sp)
510 SCREEN *sp)
519 SCREEN *sp)
[all …]
H A Dcurses.priv.h1270 bool (*_mouse_event) (SCREEN *);
1271 bool (*_mouse_inline)(SCREEN *);
1273 void (*_mouse_resume)(SCREEN *);
1274 void (*_mouse_wrap) (SCREEN *);
1292 SCREEN *_next_screen;
1381 int (*_ungetch)(SCREEN *, int);
1859 extern NCURSES_EXPORT(SCREEN *) _nc_retrace_sp (SCREEN *);
2558 void (*td_scinit)(SCREEN *);
2559 void (*td_scexit)(SCREEN *);
2651 SCREEN *sp,
[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)
307 SCREEN *sp)
316 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)
347 SCREEN *sp)
356 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)
344 SCREEN *sp)
353 SCREEN *sp)
[all …]
H A Dnew_pair.h108 extern NCURSES_EXPORT(void) _nc_copy_pairs(SCREEN*, colorpair_t*, colorpair_t*, int);
109 extern NCURSES_EXPORT(void) _nc_free_ordered_pairs(SCREEN*);
110 extern NCURSES_EXPORT(void) _nc_reset_color_pair(SCREEN*, int, colorpair_t*);
111 extern NCURSES_EXPORT(void) _nc_set_color_pair(SCREEN*, int, int);
125 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()
600 SCREEN *sp; in drv_mode()
768 SCREEN *sp; in drv_initpair()
[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... */
292 NCURSES_EXPORT(SCREEN *)
295 SCREEN *sp = 0; in _nc_screen_of()
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()
276 _nc_get_screensize(SCREEN *sp, in _nc_get_screensize()
644 SCREEN *sp = 0; in TINFO_SETUP_TERM()
884 NCURSES_EXPORT(SCREEN *)
887 SCREEN *result = 0; in _nc_find_prescr()
930 NCURSES_EXPORT(SCREEN *)
[all …]
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.in394 typedef struct screen SCREEN; typedef
597 extern NCURSES_EXPORT(void) delscreen (SCREEN *); /* implemented */
740 extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *); /* implemented */
880 typedef int (*NCURSES_SCREEN_CB)(SCREEN *, void *);
905 extern NCURSES_EXPORT(int) use_screen (SCREEN *, NCURSES_SCREEN_CB, void *);
935 * Extra extension-functions, which pass a SCREEN pointer rather than using
945 typedef int (*NCURSES_SP_OUTC)(SCREEN*, int);
947 extern NCURSES_EXPORT(SCREEN *) new_prescr (void); /* implemented:SP_FUNC */
980 extern NCURSES_EXPORT(SCREEN *) NCURSES_SP_NAME(newterm) (SCREEN*, const char *, FILE *, FILE *); /…
982 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nl) (SCREEN*); /* implemented:SP_FUNC */
[all …]
H A DMKterm.h.awk.in87 print "typedef struct screen SCREEN;"
98 print "typedef int (*NCURSES_SP_OUTC)(SCREEN*, int);"
381 print "extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tigetstr) (SCREEN*, const char *);"
382 print "extern NCURSES_EXPORT(int) NCURSES_SP_NAME(putp) (SCREEN*, const char *);"
383 print "extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tigetflag) (SCREEN*, const char *);"
384 print "extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tigetnum) (SCREEN*, const char *);"
394 print "extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tgoto) (SCREEN*, const char *, int, int);"
396 print "extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tgetflag) (SCREEN*, const char *);"
397 print "extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tgetnum) (SCREEN*, const char *);"
400 print "extern NCURSES_EXPORT(TERMINAL *) NCURSES_SP_NAME(set_curterm) (SCREEN*, TERMINAL *);"
[all …]
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c179 SCREEN *sp; in con_write16()
228 SCREEN *sp; in con_write8()
388 SCREEN *sp; in wcon_doupdate()
582 SCREEN *sp; in wcon_dobeepflash()
646 SCREEN *sp; in wcon_print()
659 SCREEN *sp; in wcon_defaultcolors()
702 SCREEN *sp; in wcon_rescolors()
761 SCREEN *sp; in wcon_mode()
881 SCREEN *sp; in wcon_initpair()
902 SCREEN *sp; in wcon_initcolor()
[all …]
H A Dwin_driver.c268 SCREEN *sp; in con_write16()
317 SCREEN *sp; in con_write8()
481 SCREEN *sp; in wcon_doupdate()
668 SCREEN *sp; in wcon_dobeepflash()
727 SCREEN *sp; in wcon_print()
740 SCREEN *sp; in wcon_defaultcolors()
815 SCREEN *sp; in wcon_rescolors()
1004 SCREEN *sp; in wcon_mode()
1268 SCREEN *sp; in wcon_initpair()
1287 SCREEN *sp; in wcon_initcolor()
[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.c67 NCURSES_EXPORT(SCREEN *) in NCURSES_EXPORT() argument
68 set_term(SCREEN *screenp) in NCURSES_EXPORT()
70 SCREEN *oldSP; in NCURSES_EXPORT()
71 SCREEN *newSP; in NCURSES_EXPORT()
118 delink_screen(SCREEN *sp) in delink_screen()
120 SCREEN *last = 0; in delink_screen()
121 SCREEN *temp; in delink_screen()
142 delscreen(SCREEN *sp) in delscreen()
300 SCREEN **spp, in NCURSES_SP_NAME()
313 SCREEN *sp; in NCURSES_SP_NAME()
[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()
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()
380 fifo_clear(SCREEN *sp) in fifo_clear()
393 SCREEN *sp = _nc_screen_of(win); in recur_wrefresh()
395 SCREEN *save_SP; in recur_wrefresh()
415 SCREEN *sp = _nc_screen_of(win); in recur_wgetnstr()
421 SCREEN *save_SP; in recur_wgetnstr()
[all …]
H A Dlib_mouse.c253 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()
484 unload_gpm_library(SCREEN *sp) in unload_gpm_library()
494 load_gpm_library(SCREEN *sp) in load_gpm_library()
749 _nc_mouse_init(SCREEN *sp) in _nc_mouse_init()
780 _nc_mouse_event(SCREEN *sp) in _nc_mouse_event()
1337 _nc_mouse_inline(SCREEN *sp) in _nc_mouse_inline()
1726 _nc_mouse_wrap(SCREEN *sp) in _nc_mouse_wrap()
1759 _nc_mouse_resume(SCREEN *sp) in _nc_mouse_resume()
[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()
/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