Lines Matching defs:shared

220 static int op_bounce_message(struct IndexSharedData *shared,  in op_bounce_message()
249 static int op_check_stats(struct IndexSharedData *shared, in op_check_stats()
259 static int op_check_traditional(struct IndexSharedData *shared, in op_check_traditional()
279 static int op_compose_to_sender(struct IndexSharedData *shared, in op_compose_to_sender()
309 static int op_copy_message(struct IndexSharedData *shared, in op_copy_message()
348 static int op_create_alias(struct IndexSharedData *shared, in op_create_alias()
369 static int op_delete(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_delete()
399 static int op_delete_thread(struct IndexSharedData *shared, in op_delete_thread()
450 static int op_display_address(struct IndexSharedData *shared, in op_display_address()
469 static int op_edit_label(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_edit_label()
495 static int op_enter_command(struct IndexSharedData *shared, in op_enter_command()
521 static int op_exit(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_exit()
530 static int op_extract_keys(struct IndexSharedData *shared, in op_extract_keys()
550 static int op_flag_message(struct IndexSharedData *shared, in op_flag_message()
575 static int op_forget_passphrase(struct IndexSharedData *shared, in op_forget_passphrase()
585 static int op_forward_message(struct IndexSharedData *shared, in op_forward_message()
616 static int op_half_down(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_half_down()
642 static int op_half_up(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_half_up()
659 static int op_help(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_help()
675 static int op_mail(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_mail()
690 static int op_mailbox_list(struct IndexSharedData *shared, in op_mailbox_list()
700 static int op_mail_key(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_mail_key()
720 static int op_main_set_flag(struct IndexSharedData *shared, in op_main_set_flag()
747 static int op_next_line(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_next_line()
772 static int op_next_page(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_next_page()
800 static int op_pager_bottom(struct IndexSharedData *shared, in op_pager_bottom()
812 static int op_pager_hide_quoted(struct IndexSharedData *shared, in op_pager_hide_quoted()
834 static int op_pager_skip_headers(struct IndexSharedData *shared, in op_pager_skip_headers()
873 static int op_pager_skip_quoted(struct IndexSharedData *shared, in op_pager_skip_quoted()
974 static int op_pager_top(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_pager_top()
986 static int op_pipe(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_pipe()
1012 static int op_prev_line(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_prev_line()
1029 static int op_prev_page(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_prev_page()
1049 static int op_print(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_print()
1075 static int op_quit(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_quit()
1090 static int op_recall_message(struct IndexSharedData *shared, in op_recall_message()
1109 static int op_redraw(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_redraw()
1121 static int op_reply(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_reply()
1159 static int op_list_subscribe(struct IndexSharedData *shared, in op_list_subscribe()
1170 static int op_list_unsubscribe(struct IndexSharedData *shared, in op_list_unsubscribe()
1183 static int op_resend(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_resend()
1209 static int op_save(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_save()
1229 static int op_search(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_search()
1368 static int op_search_next(struct IndexSharedData *shared, in op_search_next()
1457 static int op_search_toggle(struct IndexSharedData *shared, in op_search_toggle()
1471 static int op_shell_escape(struct IndexSharedData *shared, in op_shell_escape()
1484 static int op_sort(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_sort()
1500 static int op_tag(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_tag()
1519 static int op_toggle_new(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_toggle_new()
1550 static int op_undelete(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_undelete()
1577 static int op_undelete_thread(struct IndexSharedData *shared, in op_undelete_thread()
1622 static int op_version(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_version()
1631 static int op_view_attachments(struct IndexSharedData *shared, in op_view_attachments()
1655 static int op_what_key(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_what_key()
1667 static int op_followup(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_followup()
1720 static int op_forward_to_group(struct IndexSharedData *shared, in op_forward_to_group()
1759 static int op_post(struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) in op_post()
1783 static int op_sidebar_move(struct IndexSharedData *shared, in op_sidebar_move()
1797 static int op_sidebar_toggle_visible(struct IndexSharedData *shared, in op_sidebar_toggle_visible()
1933 struct IndexSharedData *shared = dlg->wdata; in pager_function_dispatcher() local