Home
last modified time | relevance | path

Searched refs:Group_Window (Results 1 – 2 of 2) sorted by relevance

/dports/japanese/slrn/slrn-0.9.6.2/src/
H A Dgroup.c83 static SLscroll_Window_Type Group_Window; variable
626 Group_Window.hidden_mask = GROUP_HIDDEN; in init_group_win_struct()
630 Group_Window.border = 1; in init_group_win_struct()
634 Group_Window.cannot_scroll = 2; in init_group_win_struct()
805 n = SLscroll_prev_n (&Group_Window, n); in slrn_group_up_n()
813 n = SLscroll_next_n (&Group_Window, n); in slrn_group_down_n()
1073 n = Group_Window.line_num; in group_search_cmd()
1086 if (n > Group_Window.line_num) in group_search_cmd()
1218 Group_Window.top_window_line = NULL; in move_group_cmd()
1681 Group_Window.nrows = 1; in group_winch_sig()
[all …]
/dports/news/slrn/slrn-1.0.3/src/
H A Dgroup.c84 static SLscroll_Window_Type Group_Window; variable
700 Group_Window.hidden_mask = GROUP_HIDDEN; in init_group_win_struct()
704 Group_Window.border = 1; in init_group_win_struct()
708 Group_Window.cannot_scroll = 2; in init_group_win_struct()
859 n = SLscroll_prev_n (&Group_Window, n); in slrn_group_up_n()
867 n = SLscroll_next_n (&Group_Window, n); in slrn_group_down_n()
1217 n = Group_Window.line_num; in generic_group_search()
1337 Group_Window.top_window_line = NULL; in move_group_cmd()
1399 Group_Window.top_window_line = NULL; in move_group_cmd()
1838 Group_Window.cannot_scroll = 2; in enter_group_mode_hook()
[all …]