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

12

/freebsd-10.0-release/contrib/ncurses/ncurses/tinfo/
H A Duse_screen.c38 use_screen(SCREEN *screen, NCURSES_SCREEN_CB func, void *data) argument
43 T((T_CALLED("use_screen(%p,%p,%p)"), screen, func, data));
51 set_term(screen);
53 code = func(screen, data);
/freebsd-10.0-release/contrib/apr-util/test/
H A Dnw_misc.c3 #include <screen.h>
8 /* function to keep the screen open if not launched from bash */
12 printf("\r\n<Press any key to close screen> ");
/freebsd-10.0-release/contrib/libreadline/examples/rlfe/
H A DMakefile.in12 # Where to install screen.
21 SCREEN = screen-$(VERSION)
45 HFILES= extern.h os.h screen.h
60 install_bin: .version screen
63 $(INSTALL_PROGRAM) screen $(DESTDIR)$(bindir)/$(SCREEN)
65 # This doesn't work if $(bindir)/screen is a symlink
66 -if [ -f $(DESTDIR)$(bindir)/screen ] && [ ! -f $(DESTDIR)$(bindir)/screen.old ]; then mv $(DESTDIR)$(bindir)/screen $(DESTDIR)$(bindir)/screen
[all...]
/freebsd-10.0-release/usr.bin/mail/
H A Dcmd1.c54 static int screen; variable
65 screen = (n-1)/size;
66 if (screen < 0)
67 screen = 0;
68 mp = &message[screen * size];
93 * Scroll to the next/previous screen
103 s = screen;
112 screen = s;
120 screen = s;
131 * Compute screen siz
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Dsession.h48 u_int screen; member in struct:Session
/freebsd-10.0-release/etc/etc.sparc64/
H A Dttys32 screen "/usr/libexec/getty Pc" vt100 off secure
/freebsd-10.0-release/usr.bin/less/
H A DMakefile4 SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c cvt.c \
/freebsd-10.0-release/usr.bin/top/
H A DMakefile7 SRCS= commands.c display.c machine.c screen.c top.c \
/freebsd-10.0-release/sys/boot/ia64/common/
H A DMakefile36 FILES+= screen.4th frames.4th
/freebsd-10.0-release/sys/boot/pc98/boot0.5/
H A Dsyscons.s131 # Clear screen
194 # Disable graphic screen
197 # Init graphic screen
221 # Initialize screen (internal)
/freebsd-10.0-release/sys/boot/i386/kgzldr/
H A Dcrt.s34 .set SCR_ROW,0x19 # Rows per screen
70 crt_putchr.3: cmpb $SCR_ROW,%dh # Beyond screen?
75 movsl # screen
/freebsd-10.0-release/share/examples/ipfw/
H A Dchange_rules.sh124 rules' does not appear on the screen or the y key is not pressed in 30
/freebsd-10.0-release/tools/tools/termcap/
H A Dtermcap.pl37 print the keys and definitions on the screen. This can be used to reduce
/freebsd-10.0-release/release/ia64/
H A Dmkisoimages.sh69 cp $BASE/boot/screen.4th $MNT/boot
/freebsd-10.0-release/sys/boot/pc98/kgzldr/
H A Dcrt.s34 .set SCR_ROW,0x19 # Rows per screen
70 movsl # screen
/freebsd-10.0-release/sys/boot/i386/btx/btxldr/
H A Dbtxldr.S53 .set SCR_ROW,0x19 # Rows per screen
328 putchr.3: cmpb $SCR_ROW,%dh # Beyond screen?
333 movsl # screen
/freebsd-10.0-release/sys/boot/i386/loader/
H A DMakefile104 FILES+= screen.4th frames.4th beastie.4th
/freebsd-10.0-release/sys/boot/pc98/loader/
H A DMakefile89 FILES+= screen.4th frames.4th beastie.4th
/freebsd-10.0-release/sys/boot/powerpc/ofw/
H A DMakefile106 FILES+= screen.4th frames.4th
/freebsd-10.0-release/sys/boot/sparc64/loader/
H A DMakefile100 FILES+= screen.4th frames.4th
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_newwin.c291 * get "foojunkjunk" on the screen instead of "foo " as
314 wp->screen = SP;
335 sp = wp->screen;
/freebsd-10.0-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-localize.sh77 # Check if we have a localized splash screen and copy it
78 if [ -e "${FSMNT}/usr/local/share/pcbsd/splash-screens/loading-screen-${SETLANG}.pcx" ]
80 cp ${FSMNT}/usr/local/share/pcbsd/splash-screens/loading-screen-${SETLANG}.pcx ${FSMNT}/boot/loading-screen.pcx
/freebsd-10.0-release/contrib/ncurses/include/
H A DCaps.keys225 memory_above da bool da - - YBCG- display may be retained above the screen
226 memory_below db bool db - - YB-GE display may be retained below the screen
236 prtr_silent mc5i bool 5i - - ----- printer won't echo on screen
242 back_color_erase bce bool ut - - ----- screen erased with background color
266 lines lines num li - - YBCGE number of lines on screen or page
272 num_labels nlab num Nl - - ----- number of labels on screen
278 max_colors colors num Co - - ----- maximum number of colors on screen
279 max_pairs pairs num pa - - ----- maximum number of color-pairs on the screen
331 clear_screen clear str cl - - YBCGE clear screen and home cursor (P*)
333 clr_eos ed str cd - - YBCGE clear to end of screen (
[all...]
H A DCaps.uwin223 memory_above da bool da - - YBCG- display may be retained above the screen
224 memory_below db bool db - - YB-GE display may be retained below the screen
234 prtr_silent mc5i bool 5i - - ----- printer will not echo on screen
239 back_color_erase bce bool ut - - ----- screen erased with background color
257 lines lines num li - - YBCGE number of lines on screen or page
263 num_labels nlab num Nl - - ----- number of labels on screen
270 max_colors colors num Co - - ----- maximum number of colors on screen
271 max_pairs pairs num pa - - ----- maximum number of color-pairs on the screen
297 clear_screen clear str cl - - YBCGE clear screen and home cursor (P*)
299 clr_eos ed str cd - - YBCGE clear to end of screen (
[all...]
/freebsd-10.0-release/sys/boot/arm/uboot/
H A DMakefile140 FILES+= screen.4th frames.4th beastie.4th

Completed in 239 milliseconds

12