Home
last modified time | relevance | path

Searched refs:scroll (Results 1 – 25 of 45) sorted by relevance

12

/titanic_50/usr/src/cmd/vi/port/
H A Dex_vwind.c101 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 Dex.news189 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 Dscrl.c49 #undef scroll
52 scroll(WINDOW *w) in scroll() function
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dscrl.c46 #undef scroll
49 scroll(w) in scroll() function
/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmLogDisplay.java89 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.c49 scroll(WINDOW *win) in scroll() function
H A Dtermcap.ed130 /* ns: true if no way to scroll the terminal */
H A Dmapfile-vers248 scroll;
H A Dcurses.ed732 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 Dscroll.c31 scroll(WINDOW *win) in scroll() function
H A Dinsch.c47 (void) scroll(win); in winsch()
H A DMakefile.com64 scroll.o \
H A Daddch.c64 (void) scroll(win); in waddch()
H A Dmapfile-vers137 scroll;
H A Drefresh.c255 (void) scroll(curscr); in makech()
/titanic_50/usr/src/cmd/more/
H A Dmore.help8 d or ctrl-D Scroll k lines [current scroll size, initially 11]*
/titanic_50/usr/src/cmd/mailx/
H A Dcmdtab.c105 "z", C scroll, M|STRLIST, 0, 0,
H A Dcmd1.c116 scroll(char arg[]) in scroll() function
/titanic_50/usr/src/lib/libxcurses/src/
H A Dmapfile-vers287 scroll;
/titanic_50/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers289 scroll;
/titanic_50/usr/src/ucbhead/
H A Dcurses.h214 extern int scroll(WINDOW *);
/titanic_50/usr/src/cmd/mailx/hdr/
H A Ddef.h572 extern int scroll(char arg[]);
/titanic_50/usr/src/man/man3xcurses/
H A DMakefile289 scroll.3xcurses \
710 scroll.3xcurses := LINKSRC = scrl.3xcurses
/titanic_50/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c572 scroll (stdscr); in console_putchar()
/titanic_50/usr/src/tools/scripts/
H A Dwebrev.sh1182 // Set location and scroll back a little to expose previous
1187 // scroll to that location directly.

12