/titanic_41/usr/src/lib/libcurses/ |
H A D | Makefile | 39 SCRFILES = screen/keycaps \ 40 screen/curses.h \ 41 screen/keyname.c \ 42 screen/termcap.c \ 43 screen/tifget.c \ 44 screen/tiget.c \ 45 screen/tifnames.c \ 46 screen/tnames.c \ 47 screen/tinames.c \ 48 screen/term.h [all …]
|
H A D | Makefile.com | 136 SRCDIR = ../screen 142 $(LINTLIB):= SRCS=../screen/llib-lcurses 157 CPPFLAGS += -I../screen -I../../common/inc 210 $(ROOTLINTDIR)/%: ../screen/%
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | delscreen.c | 50 delscreen(SCREEN *screen) in delscreen() argument 54 fprintf(outf, "delscreen: screen %x\n", screen); in delscreen() 60 if (screen->tcap) in delscreen() 61 (void) delterm(screen->tcap); in delscreen() 62 if (screen->cur_scr) in delscreen() 63 (void) delwin(screen->cur_scr); in delscreen() 64 if (screen->std_scr) in delscreen() 65 (void) delwin(screen->std_scr); in delscreen() 66 if (screen->virt_scr) in delscreen() 67 (void) delwin(screen->virt_scr); in delscreen() [all …]
|
H A D | _set_term.c | 49 set_term(SCREEN *screen) in set_term() argument 51 return (setcurscreen(screen)); in set_term()
|
H A D | caps | 54 memory_above, "da" "da" Display may be retained above the screen 55 memory_below, "db" "db" Display may be retained below the screen 65 prtr_silent, "mc5i" "5i" Printer won't echo on screen. 71 back_color_erase, "bce" "ut" Erases screen with current background 89 lines, "lines" "li" Number of lines on screen or page 95 num_labels, "nlab" "Nl" # of labels on screen (start at 1) 103 max_colors, "colors" "Co" max # of color on the screen 104 max_pairs, "pairs" "pa" max # of color pairs on the screen 141 clear_screen, "clear" "cl" Clear screen (*) 193 key_clear, "kclr" "kC" KEY_CLEAR, 0515, Sent by clear screen or erase key. [all …]
|
/titanic_41/usr/src/cmd/tic/ |
H A D | req.flg | 29 echo_file usr/src/lib/libcurses/screen/curses_inc.h 30 echo_file usr/src/lib/libcurses/screen/compiler.h 31 echo_file usr/src/lib/libcurses/screen/curshdr.h 32 echo_file usr/src/lib/libcurses/screen/curses_wchar.h 33 echo_file usr/src/lib/libcurses/screen/object.h
|
H A D | Makefile | 42 CPPFLAGS += -I../../lib/libcurses/screen
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | newterm.c | 427 set_term(screen) in set_term() argument 428 SCREEN *screen; in set_term() 433 __m_trace("set_term(%p)", screen); 435 if (screen != (SCREEN *) 0) { 436 (void) set_curterm(screen->_term); 437 curscr = screen->_curscr; 438 __m_screen = screen;
|
H A D | caps | 78 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 …]
|
/titanic_41/usr/src/cmd/more/ |
H A D | more.help | 5 <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
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | newterm.c | 437 set_term(SCREEN *screen) in set_term() argument 441 if (screen != NULL) { in set_term() 442 (void) set_curterm(screen->_term); in set_term() 443 curscr = screen->_curscr; in set_term() 444 __m_screen = screen; in set_term()
|
H A D | caps | 78 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 …]
|
/titanic_41/usr/src/cmd/avs/sdbc/ |
H A D | sd_stats.c | 120 extern int screen; 374 if (screen > 0) in checkbuf() 375 screen--; in checkbuf() 386 screen++; in checkbuf()
|
H A D | sd_trace.c | 68 int screen = 0; variable 312 if (ct > screen*((LINES - 9) / 2)) in set_on_off() 316 if ((i > range_last()) && (screen > 0)) { in set_on_off() 317 screen--; in set_on_off()
|
/titanic_41/usr/src/lib/libshell/common/edit/ |
H A D | emacs.c | 104 genchar *screen; /* pointer to window buffer */ member 199 ep->screen = Screen; in ed_emacsread() 1307 ep->cursor = ep->screen; in draw() 1342 print(i)&&((ep->cursor-ep->screen)<(w_size-1))) in draw() 1380 sptr = ep->screen; in draw() 1403 setcursor(ep,sptr-ep->screen,*nptr); in draw() 1417 ed_setcursor(ep->ed, ep->screen, ep->cursor-ep->screen, ep->ed->e_peol, -1); in draw() 1462 register int oldp = ep->cursor - ep->screen; in setcursor() 1463 newp = ed_setcursor(ep->ed, ep->screen, oldp, newp, 0); in setcursor() 1469 ep->cursor = ep->screen+newp; in setcursor()
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | kernel.c.texi | 25 /* @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
|
/titanic_41/usr/src/cmd/infocmp/ |
H A D | Makefile | 37 CPPFLAGS += -I../../lib/libcurses/screen
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex.news | 205 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. 290 The screen size limit on non-VM/Unix systems has been increased 332 messing up the screen. 486 undone (which will probably not redraw the screen). If no changes 497 possible on USG systems to interrupt redrawing the screen and to 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 [all …]
|
/titanic_41/usr/src/cmd/localedef/ |
H A D | widths-2.txt | 3 # within these ranges (inclusive) have screen width 2.
|
H A D | widths-0.txt | 3 # within these ranges (inclusive) have screen width 0.
|
/titanic_41/usr/src/cmd/captoinfo/ |
H A D | Makefile | 36 CPPFLAGS += -I../../lib/libcurses/screen
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | session.h | 56 u_int screen; member
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 51 # as needed by software such as screen-oriented editors. 455 # assume auto margins, no padding and/or xon/xoff, and a 24x80 screen. 461 # beware of screen size problems and memory relative cursor addressing. 818 # All linux kernels since 1.2.13 (at least) set the screen size 870 # Using SI/SO has the drawback that it confuses screen. SCS would work. 1876 # the screen annoyingly. You can type "reset" to get them set. 2062 # Clearing the screen will clobber status line. 2080 # string in the canonical vt100 entry above leaves the screen littered 2089 # VT125 Graphics CRT. Clear screen also erases graphics 2768 # X10/6.6 11/7/86, minus alternate screen, plus (csr) [all …]
|
H A D | terminfo.src | 51 # as needed by software such as screen-oriented editors. 475 # assume auto margins, no padding and/or xon/xoff, and a 24x80 screen. 482 # beware of screen size problems and memory relative cursor addressing. 886 # All linux kernels since 1.2.13 (at least) set the screen size 943 # Using SI/SO has the drawback that it confuses screen. SCS would work. 2130 # the screen annoyingly. You can type "reset" to get them set. 2325 # Clearing the screen will clobber status line. 2344 # string in the canonical vt100 entry above leaves the screen littered 2353 # VT125 Graphics CRT. Clear screen also erases graphics 3122 # X10/6.6 11/7/86, minus alternate screen, plus (csr) [all …]
|
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | session.c | 328 s->screen = packet_get_int(); in do_authenticated1() 330 s->screen = 0; in do_authenticated1() 1832 s->screen = packet_get_int(); in session_x11_req() 2425 s->display_number, s->screen); in session_setup_x11fwd() 2427 s->display_number, s->screen); in session_setup_x11fwd() 2443 s->display_number, s->screen); in session_setup_x11fwd() 2446 s->display_number, s->screen); in session_setup_x11fwd()
|