Home
last modified time | relevance | path

Searched refs:W_SAVE (Results 1 – 4 of 4) sorted by relevance

/dports/math/gretl/gretl-2021d/gui/
H A Dtextutil.c362 err = maybe_post_process_buffer(orig, fmt, W_SAVE, &modbuf); in prep_prn_for_file_save()
453 if (!err && what == W_SAVE) { in special_text_handler()
465 } else if (what == W_SAVE) { in special_text_handler()
546 special_text_handler(vwin, fmt, W_SAVE); in model_tex_save()
602 if (action == W_SAVE) { in make_prn_for_buf()
676 window_copy_or_save(vwin, fmt, W_SAVE); in window_save()
893 if (action == W_SAVE && fmt == GRETL_FORMAT_TXT) { in want_bom()
H A Dtextutil.h26 W_SAVE enumerator
H A Dtoolbar.c495 copy_format_dialog(vwin, W_SAVE); in multi_save_as_callback()
H A Dgui_utils.c119 copy_format_dialog((windata_t *) p, W_SAVE); in model_output_save()