Home
last modified time | relevance | path

Searched refs:edit_load_file_from_filename (Results 1 – 6 of 6) sorted by relevance

/dports/misc/mc-nox11/mc-4.8.27/src/editor/
H A Deditcmd.c474 edit_load_file_from_filename (WDialog * h, const vfs_path_t * vpath) in edit_load_file_from_filename() function
1067 ret = edit_load_file_from_filename (h, exp_vpath); in edit_load_cmd()
1096 ret = edit_load_file_from_filename (h, exp_vpath); in edit_load_file_from_history()
1139 ret = edit_load_file_from_filename (h, user_syntax_file_vpath); in edit_load_syntax_file()
1143 ret = edit_load_file_from_filename (h, extdir_vpath); in edit_load_syntax_file()
1208 ret = edit_load_file_from_filename (h, buffer_vpath); in edit_load_menu_file()
/dports/misc/mc/mc-4.8.27/src/editor/
H A Deditcmd.c474 edit_load_file_from_filename (WDialog * h, const vfs_path_t * vpath) in edit_load_file_from_filename() function
1067 ret = edit_load_file_from_filename (h, exp_vpath); in edit_load_cmd()
1096 ret = edit_load_file_from_filename (h, exp_vpath); in edit_load_file_from_history()
1139 ret = edit_load_file_from_filename (h, user_syntax_file_vpath); in edit_load_syntax_file()
1143 ret = edit_load_file_from_filename (h, extdir_vpath); in edit_load_syntax_file()
1208 ret = edit_load_file_from_filename (h, buffer_vpath); in edit_load_menu_file()
/dports/editors/cooledit/cooledit-3.17.28/widget/
H A Dgtkedit.c55 int edit_load_file_from_filename (WEdit *edit, char *exp);
992 return edit_load_file_from_filename (GTK_EDIT (edit)->editor, (char *) filename); in gtk_edit_load_file_from_filename()
H A Deditcmd.c907 int edit_load_file_from_filename (WEdit * edit, char *exp) in edit_load_file_from_filename() function
931 edit_load_file_from_filename (edit, exp); in edit_load_cmd()
/dports/editors/cooledit/cooledit-3.17.28/editor/swig/
H A Dcooledit.i448 return edit_load_file_from_filename (edit[current_edit]->editor, filename); in load()
/dports/editors/cooledit/cooledit-3.17.28/editor/
H A Dcoolpython.c973 return edit_load_file_from_filename (edit[current_edit]->editor, filename); in load()