Searched refs:scroll (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Ddiskeditor.h47 struct partedit_item *items, int nitems, int *selected, int *scroll);
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dbrowser.c153 GtkWidget *scroll; local
172 scroll = gtk_scrolled_window_new(NULL, NULL);
173 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scroll),
195 gtk_container_add(GTK_CONTAINER(scroll), GTK_WIDGET(view));
196 gtk_container_add(GTK_CONTAINER(ctx.win), GTK_WIDGET(scroll));
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_add_wch.c147 scroll(win);
352 scroll(win);
364 scroll(win);
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_addch.c150 scroll(win);
474 scroll(win);
486 scroll(win);
/freebsd-11-stable/usr.bin/mail/
H A Dcmdtab.c89 { "z", scroll, M|STRLIST, 0, 0 },
H A Dextern.h212 int scroll(char []);
H A Dcmd1.c96 scroll(char arg[]) function
/freebsd-11-stable/contrib/dialog/
H A Dprogressbox.c264 scroll(text);
H A Dtextbox.c778 (void) scroll(obj.text); /* Scroll text region up one line */
814 next = 0; /* ...but not scroll by a line */
922 /* Reprint current page to scroll horizontally */
930 /* Reprint current page to scroll horizontally */
938 /* Reprint current page to scroll horizontally */
/freebsd-11-stable/contrib/ee/
H A Dnew_curse.h150 #define UP 1 /* direction of scroll */
160 int scroll; member in struct:_line
H A Dnew_curse.c152 #define cs__ 3 /* change scroll region */
724 dest->scroll = orig->scroll;
1479 tmp->scroll = tmp->changed = FALSE;
2098 if (temp->scroll)
2108 if (temp->scroll)
2526 tmp->scroll = DOWN;
2562 tmp->next_screen->scroll = UP;
3386 | check for lines deleted (scroll up)
3451 | check for lines inserted (scroll dow
[all...]
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js709 isScroll = event && event.type === 'scroll',
729 (event && (event.type === 'resize' || event.type === 'scroll') ? cache.event :
754 if(target === 'event' && event && event.target && event.type !== 'scroll' && event.type !== 'resize') {
807 // Adjust for position.fixed tooltips (and also iOS scroll bug in v3.2-4.0 & v4.3-4.3.2)
877 function scroll(e, i) {
887 scroll(ownerDocument, -1);
898 // If this is the first parent element with an overflow of "scroll" or "auto", store it
904 // Compensate for containers scroll if it also has an offsetParent (or in IE quirks mode)
906 scroll(scrolled, 1);
1513 // Adjust tooltip position on scroll o
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h915 extern int scroll(WINDOW *);
/freebsd-11-stable/lib/ncurses/ncurses/
H A DMakefile824 curs_scroll.3 scroll.3 \
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c4106 report_return(scroll(win));

Completed in 260 milliseconds