/titanic_50/usr/src/cmd/vi/port/ |
H A D | ex_vwind.c | 101 vup(int cnt, int ind, bool scroll) in vup() argument 117 if (!scroll && cnt <= vcline) { in vup() 128 …if (state != VISUAL || (!insert_line && !scroll_reverse) || (!scroll && (cnt > tot || vfit(dot - c… in vup() 137 if (scroll) { in vup() 149 vdown(int cnt, int ind, bool scroll) in vdown() argument 166 if (!scroll && cnt <= i) { in vdown() 173 if (!scroll) { in vdown() 183 if (state == VISUAL && scroll) { in vdown()
|
H A D | ex.news | 189 The default number of lines to scroll in visual mode on a 190 control D is now the variable scroll, not half the variable 350 On terminals with both scroll reverse and insert line, 351 the least expensive of the two will be used to scroll up. 352 This is usually scroll reverse, which is much less annoying
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | scrl.c | 49 #undef scroll 52 scroll(WINDOW *w) in scroll() function
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | scrl.c | 46 #undef scroll 49 scroll(w) in scroll() function
|
/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmLogDisplay.java | 89 JScrollPane scroll = new JScrollPane(); in pmLogDisplay() local 90 scroll.getViewport().setView(theList); in pmLogDisplay() 92 p.add(scroll, "Center"); in pmLogDisplay()
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | _scroll.c | 49 scroll(WINDOW *win) in scroll() function
|
H A D | termcap.ed | 130 /* ns: true if no way to scroll the terminal */
|
H A D | mapfile-vers | 248 scroll;
|
H A D | curses.ed | 732 extern int scroll(WINDOW *); 857 scroll(), scrollok(), setscrreg(), setterm(), 1192 #define scroll(win) wscrl((win), 1) 1229 extern int scroll(WINDOW *); 1256 scroll(), slk_init(), scr_init(), scr_restore(),
|
/titanic_50/usr/src/ucblib/libcurses/ |
H A D | scroll.c | 31 scroll(WINDOW *win) in scroll() function
|
H A D | insch.c | 47 (void) scroll(win); in winsch()
|
H A D | Makefile.com | 64 scroll.o \
|
H A D | addch.c | 64 (void) scroll(win); in waddch()
|
H A D | mapfile-vers | 137 scroll;
|
H A D | refresh.c | 255 (void) scroll(curscr); in makech()
|
/titanic_50/usr/src/cmd/more/ |
H A D | more.help | 8 d or ctrl-D Scroll k lines [current scroll size, initially 11]*
|
/titanic_50/usr/src/cmd/mailx/ |
H A D | cmdtab.c | 105 "z", C scroll, M|STRLIST, 0, 0,
|
H A D | cmd1.c | 116 scroll(char arg[]) in scroll() function
|
/titanic_50/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 287 scroll;
|
/titanic_50/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 289 scroll;
|
/titanic_50/usr/src/ucbhead/ |
H A D | curses.h | 214 extern int scroll(WINDOW *);
|
/titanic_50/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 572 extern int scroll(char arg[]);
|
/titanic_50/usr/src/man/man3xcurses/ |
H A D | Makefile | 289 scroll.3xcurses \ 710 scroll.3xcurses := LINKSRC = scrl.3xcurses
|
/titanic_50/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 572 scroll (stdscr); in console_putchar()
|
/titanic_50/usr/src/tools/scripts/ |
H A D | webrev.sh | 1182 // Set location and scroll back a little to expose previous 1187 // scroll to that location directly.
|