Home
last modified time | relevance | path

Searched refs:SLscroll_Window_Type (Results 1 – 18 of 18) sorted by relevance

/dports/devel/libslang2/slang-2.3.2/src/
H A Dslscroll.c28 static void find_window_bottom (SLscroll_Window_Type *win) in find_window_bottom()
66 static int find_top_to_recenter (SLscroll_Window_Type *win) in find_top_to_recenter()
102 int SLscroll_find_top (SLscroll_Window_Type *win) in SLscroll_find_top()
258 int SLscroll_find_line_num (SLscroll_Window_Type *win) in SLscroll_find_line_num()
296 unsigned int SLscroll_next_n (SLscroll_Window_Type *win, unsigned int n) in SLscroll_next_n()
328 unsigned int SLscroll_prev_n (SLscroll_Window_Type *win, unsigned int n) in SLscroll_prev_n()
360 int SLscroll_pageup (SLscroll_Window_Type *win) in SLscroll_pageup()
416 int SLscroll_pagedown (SLscroll_Window_Type *win) in SLscroll_pagedown()
H A Dslang.h2061 SLscroll_Window_Type; typedef
2063 SL_EXTERN int SLscroll_find_top (SLscroll_Window_Type *);
2064 SL_EXTERN int SLscroll_find_line_num (SLscroll_Window_Type *);
2065 SL_EXTERN unsigned int SLscroll_next_n (SLscroll_Window_Type *, unsigned int);
2066 SL_EXTERN unsigned int SLscroll_prev_n (SLscroll_Window_Type *, unsigned int);
2067 SL_EXTERN int SLscroll_pageup (SLscroll_Window_Type *);
2068 SL_EXTERN int SLscroll_pagedown (SLscroll_Window_Type *);
/dports/japanese/libslang/slang-1.4.5jp2/src/
H A Dslscroll.c14 static void find_window_bottom (SLscroll_Window_Type *win) in find_window_bottom()
52 static int find_top_to_recenter (SLscroll_Window_Type *win) in find_top_to_recenter()
88 int SLscroll_find_top (SLscroll_Window_Type *win) in SLscroll_find_top()
244 int SLscroll_find_line_num (SLscroll_Window_Type *win) in SLscroll_find_line_num()
282 unsigned int SLscroll_next_n (SLscroll_Window_Type *win, unsigned int n) in SLscroll_next_n()
314 unsigned int SLscroll_prev_n (SLscroll_Window_Type *win, unsigned int n) in SLscroll_prev_n()
346 int SLscroll_pageup (SLscroll_Window_Type *win) in SLscroll_pageup()
403 int SLscroll_pagedown (SLscroll_Window_Type *win) in SLscroll_pagedown()
H A Dslang.h1621 SLscroll_Window_Type; typedef
1623 extern int SLscroll_find_top (SLscroll_Window_Type *);
1624 extern int SLscroll_find_line_num (SLscroll_Window_Type *);
1625 extern unsigned int SLscroll_next_n (SLscroll_Window_Type *, unsigned int);
1626 extern unsigned int SLscroll_prev_n (SLscroll_Window_Type *, unsigned int);
1627 extern int SLscroll_pageup (SLscroll_Window_Type *);
1628 extern int SLscroll_pagedown (SLscroll_Window_Type *);
/dports/devel/libslang2/slang-2.3.2/doc/tm/crtl/
H A Dundoc.tm465 \function{int SLscroll_find_top (SLscroll_Window_Type *);}
467 \usage{int SLscroll_find_top (SLscroll_Window_Type *);}
473 \function{int SLscroll_find_line_num (SLscroll_Window_Type *);}
475 \usage{int SLscroll_find_line_num (SLscroll_Window_Type *);}
481 \function{unsigned int SLscroll_next_n (SLscroll_Window_Type *, unsigned int);}
483 \usage{unsigned int SLscroll_next_n (SLscroll_Window_Type *, unsigned int);}
491 \usage{unsigned int SLscroll_prev_n (SLscroll_Window_Type *, unsigned int);}
497 \function{int SLscroll_pageup (SLscroll_Window_Type *);}
499 \usage{int SLscroll_pageup (SLscroll_Window_Type *);}
505 \function{int SLscroll_pagedown (SLscroll_Window_Type *);}
[all …]
/dports/devel/libslang2/slang-2.3.2/demo/
H A Dpager.c81 static SLscroll_Window_Type Line_Window;
155 memset ((char *)&Line_Window, 0, sizeof (SLscroll_Window_Type)); in read_file()
/dports/japanese/libslang/slang-1.4.5jp2/demo/
H A Dpager.c83 static SLscroll_Window_Type Line_Window;
158 memset ((char *)&Line_Window, 0, sizeof (SLscroll_Window_Type)); in read_file()
/dports/japanese/slrn/slrn-0.9.6.2/src/
H A Dmisc.h35 extern void slrn_print_percent (int, int, SLscroll_Window_Type *);
H A Dmenu.c431 static SLscroll_Window_Type *Select_Window;
629 Select_Window = (SLscroll_Window_Type *) slrn_malloc (sizeof (SLscroll_Window_Type), 1, 1); in init_select_list_mode()
H A Dgroup.c83 static SLscroll_Window_Type Group_Window;
656 SLMEMSET((char *) &Group_Window, 0, sizeof (SLscroll_Window_Type)); in free_all_groups()
H A Dart.c192 static SLscroll_Window_Type Slrn_Article_Window;
193 static SLscroll_Window_Type Slrn_Header_Window;
558 memset ((char *) &Slrn_Article_Window, 0, sizeof(SLscroll_Window_Type)); in free_article()
7082 SLMEMSET ((char *) &Slrn_Header_Window, 0, sizeof (SLscroll_Window_Type)); in art_quit()
8639 SLMEMSET ((char *) &Slrn_Article_Window, 0, sizeof (SLscroll_Window_Type)); in slrn_select_article_mode()
H A Dmisc.c190 void slrn_print_percent (int row, int col, SLscroll_Window_Type *w) /*{{{*/ in slrn_print_percent()
/dports/news/slrn/slrn-1.0.3/src/
H A Dmisc.h39 extern char *slrn_print_percent (char *, SLscroll_Window_Type *, int);
H A Dmenu.c424 static SLscroll_Window_Type *Select_Window;
748 Select_Window = (SLscroll_Window_Type *) slrn_malloc (sizeof (SLscroll_Window_Type), 1, 1); in init_select_list_mode()
H A Dart.c175 static SLscroll_Window_Type Slrn_Article_Window;
176 static SLscroll_Window_Type Slrn_Header_Window;
650 memset ((char *) &Slrn_Article_Window, 0, sizeof(SLscroll_Window_Type)); in free_article()
6750 SLMEMSET ((char *) &Slrn_Header_Window, 0, sizeof (SLscroll_Window_Type)); in art_quit()
8024 SLMEMSET ((char *) &Slrn_Article_Window, 0, sizeof (SLscroll_Window_Type)); in slrn_select_article_mode()
H A Dmisc.c205 char *slrn_print_percent (char *buf, SLscroll_Window_Type *w, int lines) /*{{{*/ in slrn_print_percent()
H A Dgroup.c84 static SLscroll_Window_Type Group_Window;
/dports/japanese/libslang/slang-1.4.5jp2/doc/tm/
H A Dcref.tm2925 \function{int SLscroll_find_top (SLscroll_Window_Type *);}
2927 \usage{int SLscroll_find_top (SLscroll_Window_Type *);}
2934 \function{int SLscroll_find_line_num (SLscroll_Window_Type *);}
2936 \usage{int SLscroll_find_line_num (SLscroll_Window_Type *);}
2943 \function{unsigned int SLscroll_next_n (SLscroll_Window_Type *, unsigned int);}
2945 \usage{unsigned int SLscroll_next_n (SLscroll_Window_Type *, unsigned int);}
2954 \usage{unsigned int SLscroll_prev_n (SLscroll_Window_Type *, unsigned int);}
2961 \function{int SLscroll_pageup (SLscroll_Window_Type *);}
2963 \usage{int SLscroll_pageup (SLscroll_Window_Type *);}
2970 \function{int SLscroll_pagedown (SLscroll_Window_Type *);}
[all …]