Home
last modified time | relevance | path

Searched refs:sortsel (Results 1 – 6 of 6) sorted by relevance

/dports/mail/alpine/alpine-465e23b/alpine/osdep/
H A Dtermout.wnt.c588 DLG_SORTPARAM *sortsel; /* parameter structure. */ member
832 os_sortdialog (DLG_SORTPARAM *sortsel) in os_sortdialog() argument
867 dlgsort.sortsel = sortsel; in os_sortdialog()
1205 (dlgsort->sortsel->helptext != NULL)); in sort_dialog_proc()
1213 if (dlgsort->sortsel->helptext) in sort_dialog_proc()
1214 mswin_showhelpmsg ((WINHAND)hDlg, dlgsort->sortsel->helptext); in sort_dialog_proc()
1219 dlgsort->sortsel->rval = 1; in sort_dialog_proc()
1227 dlgsort->sortsel->cursort = dlgsort->types[i].pineid; in sort_dialog_proc()
1231 EndDialog (hDlg, dlgsort->sortsel->rval); in sort_dialog_proc()
1236 dlgsort->sortsel->rval = 0; in sort_dialog_proc()
[all …]
/dports/editors/pico-alpine/alpine-465e23b/alpine/osdep/
H A Dtermout.wnt.c588 DLG_SORTPARAM *sortsel; /* parameter structure. */ member
832 os_sortdialog (DLG_SORTPARAM *sortsel) in os_sortdialog() argument
867 dlgsort.sortsel = sortsel; in os_sortdialog()
1205 (dlgsort->sortsel->helptext != NULL)); in sort_dialog_proc()
1213 if (dlgsort->sortsel->helptext) in sort_dialog_proc()
1214 mswin_showhelpmsg ((WINHAND)hDlg, dlgsort->sortsel->helptext); in sort_dialog_proc()
1219 dlgsort->sortsel->rval = 1; in sort_dialog_proc()
1227 dlgsort->sortsel->cursort = dlgsort->types[i].pineid; in sort_dialog_proc()
1231 EndDialog (hDlg, dlgsort->sortsel->rval); in sort_dialog_proc()
1236 dlgsort->sortsel->rval = 0; in sort_dialog_proc()
[all …]
/dports/www/mybb/mybb-mybb_1829/
H A Dforumdisplay.php30 $orderarrow = $sortsel = array('rating' => '', 'subject' => '', 'starter' => '', 'started' => '', '… variable
576 $sortsel['rating'] = ''; // Needs to be initialized in order to speed-up things. Fixes #2031
577 $sortsel[$mybb->input['sortby']] = ' selected="selected"';
H A Dprivate.php2153 $orderarrow = $sortsel = array('subject' => '', 'username' => '', 'dateline' => ''); variable
2154 $sortsel[$sortby] = "selected=\"selected\"";
/dports/mail/alpine/alpine-465e23b/alpine/
H A Dmailcmd.c9617 DLG_SORTPARAM sortsel; in select_sort() local
9621 sortsel.reverse = mn_get_revsort (state->msgmap); in select_sort()
9622 sortsel.cursort = mn_get_sort (state->msgmap); in select_sort()
9624 sortsel.helptext = h_select_sort; in select_sort()
9625 sortsel.rval = 0; in select_sort()
9627 if ((retval = os_sortdialog (&sortsel))) { in select_sort()
9628 *sort = sortsel.cursort; in select_sort()
9629 *rev = sortsel.reverse; in select_sort()
/dports/editors/pico-alpine/alpine-465e23b/alpine/
H A Dmailcmd.c9617 DLG_SORTPARAM sortsel; in select_sort() local
9621 sortsel.reverse = mn_get_revsort (state->msgmap); in select_sort()
9622 sortsel.cursort = mn_get_sort (state->msgmap); in select_sort()
9624 sortsel.helptext = h_select_sort; in select_sort()
9625 sortsel.rval = 0; in select_sort()
9627 if ((retval = os_sortdialog (&sortsel))) { in select_sort()
9628 *sort = sortsel.cursort; in select_sort()
9629 *rev = sortsel.reverse; in select_sort()