MC_MOCKABLE        53 lib/mcconfig.h MC_MOCKABLE gchar *mc_config_get_string_raw (mc_config_t *mc_config, const gchar *group,
MC_MOCKABLE        92 lib/mcconfig.h MC_MOCKABLE const char *mc_config_get_home_dir (void);
MC_MOCKABLE       219 lib/util.h     MC_MOCKABLE sighandler_t my_signal (int signum, sighandler_t handler);
MC_MOCKABLE       220 lib/util.h     MC_MOCKABLE int my_sigaction (int signum, const struct sigaction *act, struct sigaction *oldact);
MC_MOCKABLE       221 lib/util.h     MC_MOCKABLE pid_t my_fork (void);
MC_MOCKABLE       222 lib/util.h     MC_MOCKABLE int my_execvp (const char *file, char *const argv[]);
MC_MOCKABLE       223 lib/util.h     MC_MOCKABLE char *my_get_current_dir (void);
MC_MOCKABLE       237 lib/util.h     MC_MOCKABLE void my_exit (int status);
MC_MOCKABLE       273 lib/util.h     MC_MOCKABLE char *guess_message_value (void);
MC_MOCKABLE        46 lib/vfs/utilvfs.h MC_MOCKABLE void vfs_die (const char *msg);
MC_MOCKABLE        80 lib/vfs/vfs.c  MC_MOCKABLE struct vfs_dirent *mc_readdir_result = NULL;
MC_MOCKABLE        81 lib/vfs/vfs.c  MC_MOCKABLE GPtrArray *vfs__classes_list = NULL;
MC_MOCKABLE        82 lib/vfs/vfs.c  MC_MOCKABLE GString *vfs_str_buffer = NULL;
MC_MOCKABLE        83 lib/vfs/vfs.c  MC_MOCKABLE vfs_class *current_vfs = NULL;
MC_MOCKABLE       265 lib/vfs/vfs.h  MC_MOCKABLE gboolean vfs_file_is_local (const vfs_path_t *vpath);
MC_MOCKABLE       317 lib/vfs/vfs.h  MC_MOCKABLE int mc_stat (const vfs_path_t *vpath, struct stat *buf);
MC_MOCKABLE       323 lib/vfs/vfs.h  MC_MOCKABLE int mc_lstat (const vfs_path_t *vpath, struct stat *buf);
MC_MOCKABLE       335 lib/vfs/vfs.h  MC_MOCKABLE vfs_path_t *mc_getlocalcopy (const vfs_path_t *pathname_vpath);
MC_MOCKABLE       336 lib/vfs/vfs.h  MC_MOCKABLE int mc_ungetlocalcopy (const vfs_path_t *pathname_vpath, const vfs_path_t *local_vpath,
MC_MOCKABLE        39 lib/widget/dialog-switch.h MC_MOCKABLE void mc_refresh (void);
MC_MOCKABLE        91 lib/widget/input_complete.c MC_MOCKABLE GPtrArray *try_complete (char *text, int *lc_start, int *lc_end,
MC_MOCKABLE        80 lib/widget/wtools.h MC_MOCKABLE void message (int flags, const char *title, const char *text, ...) G_GNUC_PRINTF (3, 4);
MC_MOCKABLE        87 lib/widget/wtools.h MC_MOCKABLE void status_msg_init (status_msg_t *sm, const char *title, double delay,
MC_MOCKABLE        90 lib/widget/wtools.h MC_MOCKABLE void status_msg_deinit (status_msg_t *sm);
MC_MOCKABLE       213 src/editor/edit-impl.h MC_MOCKABLE void edit_load_syntax (WEdit *edit, GPtrArray *pnames, const char *type);
MC_MOCKABLE       215 src/editor/edit-impl.h MC_MOCKABLE int edit_get_syntax_color (WEdit *edit, off_t byte_index);
MC_MOCKABLE        15 src/editor/editcomplete.h MC_MOCKABLE char *edit_completion_dialog_show (const WEdit *edit, GQueue * compl, int max_width);
MC_MOCKABLE        15 src/editor/editmacros.h MC_MOCKABLE gboolean edit_load_macro_cmd (WEdit *edit);
MC_MOCKABLE        65 src/editor/editsearch.c MC_MOCKABLE void edit_dialog_replace_show (WEdit *edit, const char *search_default,
MC_MOCKABLE        69 src/editor/editsearch.c MC_MOCKABLE int edit_dialog_replace_prompt_show (WEdit *edit, char *from_text, char *to_text,
MC_MOCKABLE        44 src/editor/editsearch.h MC_MOCKABLE mc_search_cbret_t edit_search_update_callback (const void *user_data,
MC_MOCKABLE        68 src/execute.c  MC_MOCKABLE void do_execute (const char *shell, const char *command, int flags);
MC_MOCKABLE        69 src/execute.c  MC_MOCKABLE void do_executev (const char *shell, int flags, char *const argv[]);
MC_MOCKABLE        70 src/execute.c  MC_MOCKABLE char *execute_get_external_cmd_opts_from_config (const char *command,
MC_MOCKABLE        68 src/filemanager/layout.h MC_MOCKABLE panel_view_mode_t get_current_type (void);
MC_MOCKABLE       186 src/filemanager/panel.h MC_MOCKABLE gboolean panel_cd (WPanel *panel, const vfs_path_t *new_dir_vpath,