Home
last modified time | relevance | path

Searched refs:SAVE_FUNCTIONS (Results 1 – 7 of 7) sorted by relevance

/dports/math/gretl/gretl-2021d/gui/
H A Dfileselect.c76 { SAVE_FUNCTIONS, ".gfn" },
704 } else if (action == SAVE_FUNCTIONS) { in file_selector_process_result()
848 } else if (action == SAVE_FUNCTIONS || in filesel_maybe_set_current_name()
1259 if (action == SAVE_FUNCTIONS || in gtk_file_selector()
1281 } else if (action == SAVE_FUNCTIONS) { in gtk_file_selector()
H A Dgretl_enums.h210 SAVE_FUNCTIONS, enumerator
H A Dsettings.c764 if (action == SAVE_FUNCTIONS) { in get_pkg_save_dir()
799 if (action == SAVE_FUNCTIONS || in get_default_dir_for_action()
H A Dfnsave.c726 get_default_dir_for_action(savepath, SAVE_FUNCTIONS); in install_gfn()
857 file_selector_with_parent(SAVE_FUNCTIONS, FSEL_DATA_MISC, in finfo_save()
3968 window_list_add(finfo->dlg, SAVE_FUNCTIONS); in finfo_dialog()
H A Dwinstack.c137 } else if (role == SAVE_FUNCTIONS) { in window_list_icon()
H A Dselector.c171 #define FNPKG_CODE(c) (c == SAVE_FUNCTIONS || c == EDIT_FUNCTIONS)
175 #define LIST_USE_INTS(c) (c == ELLIPSE || c == SAVE_FUNCTIONS)
228 c == SAVE_FUNCTIONS || \
7396 } else if (ci == SAVE_FUNCTIONS) { in selection_dialog_add_top_label()
8602 sr = selection_dialog(SAVE_FUNCTIONS, _("Select functions"), in functions_selection_wrapper()
H A Ddatabase.c2657 get_default_dir_for_action(targ, SAVE_FUNCTIONS); in get_system_target()