| /freebsd-10-stable/contrib/libreadline/examples/rlfe/ |
| D | Makefile.in | 21 SCREEN = screen-$(VERSION) 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) 64 -chown root $(DESTDIR)$(bindir)/$(SCREEN) && chmod 4755 $(DESTDIR)$(bindir)/$(SCREEN) 68 (cd $(DESTDIR)$(bindir) && ln -sf $(SCREEN) screen) 73 rm -f $(DESTDIR)$(bindir)/$(SCREEN) 118 rm -f $(SCREEN).tar $(SCREEN).tar.gz 129 dist: .version $(SCREEN).tar.gz
|
| /freebsd-10-stable/contrib/ncurses/ncurses/tty/ |
| D | tty_input.h | 52 bool (*_mouse_event) (SCREEN *); 53 bool (*_mouse_inline)(SCREEN *); 55 void (*_mouse_resume)(SCREEN *); 56 void (*_mouse_wrap) (SCREEN *);
|
| /freebsd-10-stable/contrib/ncurses/ncurses/base/ |
| D | lib_getch.c | 82 SCREEN *sp = _nc_screen_of(win); in _nc_use_meta() 96 check_mouse_activity(SCREEN *sp, int delay EVENTLIST_2nd(_nc_eventlist * evl)) in check_mouse_activity() 119 fifo_peek(SCREEN *sp) in fifo_peek() 129 fifo_pull(SCREEN *sp) in fifo_pull() 151 fifo_push(SCREEN *sp EVENTLIST_2nd(_nc_eventlist * evl)) in fifo_push() 249 fifo_clear(SCREEN *sp) in fifo_clear() 256 static int kgetch(SCREEN *EVENTLIST_2nd(_nc_eventlist * evl)); 262 SCREEN *sp = _nc_screen_of(win); in recur_wrefresh() 264 SCREEN *save_SP; in recur_wrefresh() 284 SCREEN *sp = _nc_screen_of(win); in recur_wgetnstr() [all …]
|
| D | lib_set_term.c | 49 NCURSES_EXPORT(SCREEN *) in NCURSES_EXPORT() argument 50 set_term(SCREEN *screenp) in NCURSES_EXPORT() 52 SCREEN *oldSP; in NCURSES_EXPORT() 53 SCREEN *newSP; in NCURSES_EXPORT() 100 delink_screen(SCREEN *sp) in delink_screen() 102 SCREEN *last = 0; in delink_screen() 103 SCREEN *temp; in delink_screen() 124 delscreen(SCREEN *sp) in delscreen() 204 no_mouse_event(SCREEN *sp GCC_UNUSED) in no_mouse_event() 210 no_mouse_inline(SCREEN *sp GCC_UNUSED) in no_mouse_inline() [all …]
|
| D | lib_mouse.c | 157 static bool _nc_mouse_parse(SCREEN *, int); 158 static void _nc_mouse_resume(SCREEN *); 159 static void _nc_mouse_wrap(SCREEN *); 184 _trace_slot(SCREEN *sp, const char *tag) in _trace_slot() 205 write_event(SCREEN *sp, int down, int button, int x, int y) in write_event() 220 SCREEN *sp = (SCREEN *) param; in mouse_server() 284 sysmouse_server(SCREEN *sp) in sysmouse_server() 348 init_xterm_mouse(SCREEN *sp) in init_xterm_mouse() 357 enable_xterm_mouse(SCREEN *sp, int enable) in enable_xterm_mouse() 399 unload_gpm_library(SCREEN *sp) in unload_gpm_library() [all …]
|
| /freebsd-10-stable/contrib/ncurses/ncurses/tinfo/ |
| D | lib_data.c | 72 NCURSES_EXPORT_VAR(SCREEN *) _nc_screen_chain = 0; 85 static SCREEN *my_screen; 87 NCURSES_EXPORT(SCREEN *) 96 return ((my_screen = typeCalloc(SCREEN, 1)) != 0); in _nc_alloc_screen() 100 _nc_set_screen(SCREEN *sp) in _nc_set_screen() 106 NCURSES_EXPORT_VAR(SCREEN *) SP = NULL; /* Some linkers require initialized data... */
|
| D | lib_options.c | 48 static int _nc_curs_set(SCREEN *, int); 49 static int _nc_meta(SCREEN *, bool); 237 _nc_keypad(SCREEN *sp, bool flag) in _nc_keypad() 249 SCREEN *save_sp; in _nc_keypad() 279 _nc_curs_set(SCREEN *sp, int vis) in _nc_curs_set() 310 _nc_meta(SCREEN *sp, bool flag) in _nc_meta()
|
| D | use_screen.c | 38 use_screen(SCREEN *screen, NCURSES_SCREEN_CB func, void *data) in NCURSES_EXPORT() 40 SCREEN *save_SP; in NCURSES_EXPORT()
|
| /freebsd-10-stable/contrib/ncurses/ncurses/ |
| D | curses.priv.h | 292 extern NCURSES_EXPORT(void) _nc_set_no_padding(SCREEN *); 832 bool (*_mouse_event) (SCREEN *); 833 bool (*_mouse_inline)(SCREEN *); 834 bool (*_mouse_parse) (SCREEN *, int); 835 void (*_mouse_resume)(SCREEN *); 836 void (*_mouse_wrap) (SCREEN *); 888 SCREEN *_next_screen; 929 extern NCURSES_EXPORT_VAR(SCREEN *) _nc_screen_chain; 935 SCREEN *screen; /* screen containing the window */ 1276 extern NCURSES_EXPORT(SCREEN *) _nc_retrace_sp (SCREEN *); [all …]
|
| /freebsd-10-stable/cddl/contrib/dtracetoolkit/Bin/ |
| D | sar-c.d | 52 inline int SCREEN = 21; variable 61 lines = SCREEN + 1; 69 /lines++ > SCREEN/
|
| D | js_stat.d | 46 inline int SCREEN = 21; variable 51 lines = SCREEN + 1; 68 /first || (secs == 0 && lines > SCREEN)/
|
| D | sh_stat.d | 51 inline int SCREEN = 21; variable 56 lines = SCREEN + 1; 73 /first || (secs == 0 && lines > SCREEN)/
|
| D | tcl_stat.d | 51 inline int SCREEN = 21; variable 56 lines = SCREEN + 1; 73 /first || (secs == 0 && lines > SCREEN)/
|
| D | httpdstat.d | 48 inline int SCREEN = 21; variable 56 lines = SCREEN + 1; 72 /first || (secs == 0 && lines > SCREEN)/
|
| D | rb_stat.d | 54 inline int SCREEN = 21; variable 59 lines = SCREEN + 1; 76 /first || (secs == 0 && lines > SCREEN)/
|
| D | j_stat.d | 56 inline int SCREEN = 21; variable 61 lines = SCREEN + 1; 78 /first || (secs == 0 && lines > SCREEN)/
|
| D | vmstat.d | 58 inline int SCREEN = 21; variable 67 lines = SCREEN + 1; 75 /lines++ > SCREEN/
|
| /freebsd-10-stable/cddl/contrib/dtracetoolkit/System/ |
| D | sar-c.d | 52 inline int SCREEN = 21; variable 61 lines = SCREEN + 1; 69 /lines++ > SCREEN/
|
| /freebsd-10-stable/cddl/contrib/dtracetoolkit/JavaScript/ |
| D | js_stat.d | 46 inline int SCREEN = 21; variable 51 lines = SCREEN + 1; 68 /first || (secs == 0 && lines > SCREEN)/
|
| /freebsd-10-stable/cddl/contrib/dtracetoolkit/Shell/ |
| D | sh_stat.d | 51 inline int SCREEN = 21; variable 56 lines = SCREEN + 1; 73 /first || (secs == 0 && lines > SCREEN)/
|
| /freebsd-10-stable/cddl/contrib/dtracetoolkit/Tcl/ |
| D | tcl_stat.d | 51 inline int SCREEN = 21; variable 56 lines = SCREEN + 1; 73 /first || (secs == 0 && lines > SCREEN)/
|
| /freebsd-10-stable/cddl/contrib/dtracetoolkit/Java/ |
| D | j_stat.d | 56 inline int SCREEN = 21; variable 61 lines = SCREEN + 1; 78 /first || (secs == 0 && lines > SCREEN)/
|
| /freebsd-10-stable/cddl/contrib/dtracetoolkit/Apps/ |
| D | httpdstat.d | 48 inline int SCREEN = 21; variable 56 lines = SCREEN + 1; 72 /first || (secs == 0 && lines > SCREEN)/
|
| /freebsd-10-stable/cddl/contrib/dtracetoolkit/Ruby/ |
| D | rb_stat.d | 54 inline int SCREEN = 21; variable 59 lines = SCREEN + 1; 76 /first || (secs == 0 && lines > SCREEN)/
|
| /freebsd-10-stable/cddl/contrib/dtracetoolkit/Mem/ |
| D | vmstat.d | 58 inline int SCREEN = 21; variable 67 lines = SCREEN + 1; 75 /lines++ > SCREEN/
|