Lines Matching defs:shared

157 void update_crypt_info(struct ComposeSharedData *shared)  in update_crypt_info()
404 static int op_compose_attach_file(struct ComposeSharedData *shared, int op) in op_compose_attach_file()
469 static int op_compose_attach_key(struct ComposeSharedData *shared, int op) in op_compose_attach_key()
491 static int op_compose_attach_message(struct ComposeSharedData *shared, int op) in op_compose_attach_message()
645 static int op_compose_edit_bcc(struct ComposeSharedData *shared, int op) in op_compose_edit_bcc()
663 static int op_compose_edit_cc(struct ComposeSharedData *shared, int op) in op_compose_edit_cc()
681 static int op_compose_edit_description(struct ComposeSharedData *shared, int op) in op_compose_edit_description()
707 static int op_compose_edit_encoding(struct ComposeSharedData *shared, int op) in op_compose_edit_encoding()
744 static int op_compose_edit_fcc(struct ComposeSharedData *shared, int op) in op_compose_edit_fcc()
769 static int op_compose_edit_file(struct ComposeSharedData *shared, int op) in op_compose_edit_file()
788 static int op_compose_edit_from(struct ComposeSharedData *shared, int op) in op_compose_edit_from()
802 static int op_compose_edit_headers(struct ComposeSharedData *shared, int op) in op_compose_edit_headers()
839 static int op_compose_edit_language(struct ComposeSharedData *shared, int op) in op_compose_edit_language()
873 static int op_compose_edit_message(struct ComposeSharedData *shared, int op) in op_compose_edit_message()
895 static int op_compose_edit_mime(struct ComposeSharedData *shared, int op) in op_compose_edit_mime()
913 static int op_compose_edit_reply_to(struct ComposeSharedData *shared, int op) in op_compose_edit_reply_to()
926 static int op_compose_edit_subject(struct ComposeSharedData *shared, int op) in op_compose_edit_subject()
947 static int op_compose_edit_to(struct ComposeSharedData *shared, int op) in op_compose_edit_to()
965 static int op_compose_get_attachment(struct ComposeSharedData *shared, int op) in op_compose_get_attachment()
990 static int op_compose_group_alts(struct ComposeSharedData *shared, int op) in op_compose_group_alts()
1073 static int op_compose_group_lingual(struct ComposeSharedData *shared, int op) in op_compose_group_lingual()
1171 static int op_compose_ispell(struct ComposeSharedData *shared, int op) in op_compose_ispell()
1191 static int op_compose_move_down(struct ComposeSharedData *shared, int op) in op_compose_move_down()
1216 static int op_compose_move_up(struct ComposeSharedData *shared, int op) in op_compose_move_up()
1238 static int op_compose_new_mime(struct ComposeSharedData *shared, int op) in op_compose_new_mime()
1317 static int op_compose_pgp_menu(struct ComposeSharedData *shared, int op) in op_compose_pgp_menu()
1355 static int op_compose_postpone_message(struct ComposeSharedData *shared, int op) in op_compose_postpone_message()
1370 static int op_compose_rename_attachment(struct ComposeSharedData *shared, int op) in op_compose_rename_attachment()
1398 static int op_compose_rename_file(struct ComposeSharedData *shared, int op) in op_compose_rename_file()
1440 static int op_compose_send_message(struct ComposeSharedData *shared, int op) in op_compose_send_message()
1473 static int op_compose_smime_menu(struct ComposeSharedData *shared, int op) in op_compose_smime_menu()
1512 static int op_compose_toggle_disposition(struct ComposeSharedData *shared, int op) in op_compose_toggle_disposition()
1526 static int op_compose_toggle_recode(struct ComposeSharedData *shared, int op) in op_compose_toggle_recode()
1550 static int op_compose_toggle_unlink(struct ComposeSharedData *shared, int op) in op_compose_toggle_unlink()
1566 static int op_compose_update_encoding(struct ComposeSharedData *shared, int op) in op_compose_update_encoding()
1601 static int op_compose_write_message(struct ComposeSharedData *shared, int op) in op_compose_write_message()
1636 static int op_delete(struct ComposeSharedData *shared, int op) in op_delete()
1660 static int op_display_headers(struct ComposeSharedData *shared, int op) in op_display_headers()
1674 static int op_edit_type(struct ComposeSharedData *shared, int op) in op_edit_type()
1694 static int op_exit(struct ComposeSharedData *shared, int op) in op_exit()
1729 static int op_filter(struct ComposeSharedData *shared, int op) in op_filter()
1748 static int op_forget_passphrase(struct ComposeSharedData *shared, int op) in op_forget_passphrase()
1757 static int op_print(struct ComposeSharedData *shared, int op) in op_print()
1772 static int op_save(struct ComposeSharedData *shared, int op) in op_save()
1790 static int op_compose_autocrypt_menu(struct ComposeSharedData *shared, int op) in op_compose_autocrypt_menu()
1827 static int op_compose_edit_followup_to(struct ComposeSharedData *shared, int op) in op_compose_edit_followup_to()
1846 static int op_compose_edit_newsgroups(struct ComposeSharedData *shared, int op) in op_compose_edit_newsgroups()
1865 static int op_compose_edit_x_comment_to(struct ComposeSharedData *shared, int op) in op_compose_edit_x_comment_to()
1887 static int op_compose_mix(struct ComposeSharedData *shared, int op) in op_compose_mix()
1992 struct ComposeSharedData *shared = dlg->wdata; in compose_function_dispatcher() local