Home
last modified time | relevance | path

Searched refs:screen (Results 1 – 25 of 72) sorted by relevance

123

/illumos-gate/usr/src/lib/libcurses/
H A DMakefile47 screen/term.h
85 screen/curses.h: screen/curses.ed screen/keycaps screen/tmp
88 screen/keycaps: screen/caps
89 $(GREP) "KEY_" screen/caps > screen/keycaps
93 screen/keyname.c: screen/keyname.sh screen/keycaps
96 screen/termcap.c: screen/termcap.ed
100 screen/tifget.c: screen/tifget.ed
103 screen/tiget.c: screen/tiget.ed
106 screen/tnames.c screen/tinames.c screen/tifnames.c \
107 screen/term.h: screen/maketerm.ed
[all …]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Ddelscreen.c58 if (screen->tcap) in delscreen()
60 if (screen->cur_scr) in delscreen()
62 if (screen->std_scr) in delscreen()
64 if (screen->virt_scr) in delscreen()
66 if (screen->slk) { in delscreen()
69 free(screen->slk); in delscreen()
71 if (screen->_mks) { in delscreen()
72 if (*screen->_mks) in delscreen()
73 free(*screen->_mks); in delscreen()
76 if (screen->cur_hash) in delscreen()
[all …]
H A D_set_term.c47 set_term(SCREEN *screen) in set_term() argument
49 return (setcurscreen(screen)); in set_term()
H A Dcaps52 memory_above, "da" "da" Display may be retained above the screen
53 memory_below, "db" "db" Display may be retained below the screen
63 prtr_silent, "mc5i" "5i" Printer won't echo on screen.
69 back_color_erase, "bce" "ut" Erases screen with current background
87 lines, "lines" "li" Number of lines on screen or page
93 num_labels, "nlab" "Nl" # of labels on screen (start at 1)
101 max_colors, "colors" "Co" max # of color on the screen
102 max_pairs, "pairs" "pa" max # of color pairs on the screen
139 clear_screen, "clear" "cl" Clear screen (*)
198 key_eos, "ked" "kS" KEY_EOS, 0516, Sent by clear-to-end-of-screen.
[all …]
/illumos-gate/usr/src/cmd/tic/
H A Dreq.flg28 echo_file usr/src/lib/libcurses/screen/curses_inc.h
29 echo_file usr/src/lib/libcurses/screen/compiler.h
30 echo_file usr/src/lib/libcurses/screen/curshdr.h
31 echo_file usr/src/lib/libcurses/screen/curses_wchar.h
32 echo_file usr/src/lib/libcurses/screen/object.h
H A DMakefile.common39 CPPFLAGS += -I$(SRC)/lib/libcurses/screen
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_bitmap.c111 fbip->xres = softc->console->fb.screen.x; in gfxp_bm_getfb_info()
112 fbip->yres = softc->console->fb.screen.y; in gfxp_bm_getfb_info()
284 data->width = console->fb.screen.x; in bitmap_devinit()
285 data->height = console->fb.screen.y; in bitmap_devinit()
305 height = softc->console->fb.screen.y; in bitmap_copy_fb()
413 if (da->col >= console->fb.screen.x || in bitmap_cons_display()
414 da->row >= console->fb.screen.y || in bitmap_cons_display()
456 for (i = 0; i < console->fb.screen.y; i++) { in bitmap_cons_clear()
469 for (i = 0; i < console->fb.screen.y; i++) { in bitmap_cons_clear()
483 for (i = 0; i < console->fb.screen.y; i++) { in bitmap_cons_clear()
[all …]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c425 set_term(screen) in set_term() argument
426 SCREEN *screen; in set_term()
431 __m_trace("set_term(%p)", screen);
433 if (screen != (SCREEN *) 0) {
434 (void) set_curterm(screen->_term);
435 curscr = screen->_curscr;
436 __m_screen = screen;
H A Dcaps78 memory_above da da bool Display may be retained above the screen
79 memory_below db db bool Display may be retained below the screen
89 prtr_silent mc5i 5i bool Printer won't echo on screen
108 lines lines li number # of lines on screen or page
114 num_labels nlab Nl number # of labels on screen (start at 1)
119 max_colors colors Co number Max # of colors on the screen
120 max_pairs pairs pa number Max # of color-pairs on the screen
146 clear_screen clear cl str Clear screen (P*)
198 key_clear kclr kC str Sent by clear screen or erase key.
205 key_eos ked kS str Sent by clear-to-end-of-screen key.
[all …]
/illumos-gate/usr/src/boot/forth/
H A Dscreen.4th27 marker task-screen.4th
38 \ clear screen
75 \ Get the number of screen rows/columns
76 : sr ( -- y ) 25 s" screen-#rows" getenvn ;
77 : sc ( -- x ) 80 s" screen-#cols" getenvn ;
79 \ Place the cursor at the bottom left of the screen
H A Dshortcuts.4th44 clear \ Clear the screen (in screen.4th)
H A DMakefile48 FORTH += screen.4th
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c173 fb_info.fb_size = fb_info.screen.y * fb_info.pitch; in xbi_fb_init()
425 boot_fb_set_font(fb_info.screen.y, fb_info.screen.x); in boot_fb_init()
426 window.x = (fb_info.screen.x - in boot_fb_init()
428 window.y = (fb_info.screen.y - in boot_fb_init()
459 fb_info.cursor.origin.x > fb_info.screen.x || in boot_fb_init()
460 fb_info.cursor.origin.y > fb_info.screen.y) { in boot_fb_init()
478 for (y = 0; y < fb_info.screen.y; y++) { in boot_fb_init()
497 if (rect->col >= fb_info.screen.x || in boot_fb_blit()
498 rect->row >= fb_info.screen.y || in boot_fb_blit()
499 rect->col + rect->width >= fb_info.screen.x || in boot_fb_blit()
[all …]
/illumos-gate/usr/src/cmd/more/
H A Dmore.help5 <space> Display next k lines of text [current screen size]
6 z Display next k lines of text [current screen size]*
20 ctrl-L Redraw screen
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c435 set_term(SCREEN *screen) in set_term() argument
439 if (screen != NULL) { in set_term()
440 (void) set_curterm(screen->_term); in set_term()
441 curscr = screen->_curscr; in set_term()
442 __m_screen = screen; in set_term()
H A Dcaps76 memory_above da da bool Display may be retained above the screen
77 memory_below db db bool Display may be retained below the screen
87 prtr_silent mc5i 5i bool Printer won't echo on screen
106 lines lines li number # of lines on screen or page
112 num_labels nlab Nl number # of labels on screen (start at 1)
117 max_colors colors Co number Max # of colors on the screen
118 max_pairs pairs pa number Max # of color-pairs on the screen
144 clear_screen clear cl str Clear screen (P*)
196 key_clear kclr kC str Sent by clear screen or erase key.
203 key_eos ked kS str Sent by clear-to-end-of-screen key.
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Demacs.c106 genchar *screen; /* pointer to window buffer */ member
202 ep->screen = Screen; in ed_emacsread()
1375 ep->cursor = ep->screen; in draw()
1429 ed_setcursor(ep->ed,ep->screen,0,ep->cursor-ep->screen, 0); in draw()
1438 print(i)&&((ep->cursor-ep->screen)<(w_size-1))) in draw()
1476 sptr = ep->screen; in draw()
1499 setcursor(ep,sptr-ep->screen,*nptr); in draw()
1513 ed_setcursor(ep->ed, ep->screen, ep->cursor-ep->screen, ep->ed->e_peol, -1); in draw()
1558 register int oldp = ep->cursor - ep->screen; in setcursor()
1559 newp = ed_setcursor(ep->ed, ep->screen, oldp, newp, 0); in setcursor()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dkernel.c.texi25 /* @r{Some screen stuff.} */
57 /* @r{Clear the screen.} */
155 /* @r{Clear the screen and initialize VIDEO, XPOS and YPOS.} */
216 /* @r{Put the character C on the screen.} */
238 /* @r{Format a string and print it on the screen, just like the libc
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.news205 temp file and encrypted text on your screen has been fixed.
284 A bug which prevented using a screen larger than 48 lines has
288 your screen size has been fixed.
332 messing up the screen.
508 distance from the right edge of the screen, but this location
522 A bug which caused the screen to be wrong after undoing a
525 A bug which messed up the buffer and the screen after
581 did not divide the screen width has been fixed.
755 A bug that caused a messed up screen after a :sh command from
885 screen. (^Y on a dumb terminal with a full screen will redraw the
[all …]
/illumos-gate/usr/src/cmd/infocmp/
H A DMakefile35 CPPFLAGS += -I../../lib/libcurses/screen
/illumos-gate/usr/src/data/locale/tools/
H A Dwidths-2.txt3 # within these ranges (inclusive) have screen width 2.
H A Dwidths-0.txt3 # within these ranges (inclusive) have screen width 0.
/illumos-gate/usr/src/cmd/captoinfo/
H A DMakefile37 CPPFLAGS += -I../../lib/libcurses/screen
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dframebuffer.h74 fb_info_pixel_coord_t screen; /* screen size */ member
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src4302 # no such entry exists, screen tries "screen" (or "screen-w"
4328 screen.xterm-xfree86|screen.xterm-new|screen customized for modern xterm:\
4340 :tc=screen+fkeys:tc=screen:
4342 screen.rxvt|screen in rxvt:\
4346 screen.Eterm|screen in Eterm:\
4348 screen.mrxvt|screen in mrxvt:\
4352 screen.gnome|screen in GNOME Terminal:\
4357 screen.linux|screen in linux console:\
4359 :kB@:kb=\177:tc=screen+fkeys:tc=screen:
4360 screen.mlterm|screen in mlterm:\
[all …]

123