Home
last modified time | relevance | path

Searched refs:file_save_all (Results 1 – 9 of 9) sorted by relevance

/dports/www/bluefish/bluefish-2.2.12/src/
H A Dfile_dialogs.h33 void file_save_all(Tbfwin * bfwin);
H A Dfile_dialogs.c898 file_save_all(Tbfwin * bfwin) in file_save_all() function
H A Dbfwin_uimanager.c457 file_save_all(BFWIN(user_data)); in ui_file_save_all()
/dports/editors/fxite/fxite-FXITE-0_92/src/
H A Dluacmds.cpp187 static int file_save_all(lua_State* L) in file_save_all() function
539 {"file_save_all", file_save_all},
/dports/devel/kdevelop/kdevelop-21.12.3/shortcuts/
H A DQtCreator72 <Action shortcut="Ctrl+Shift+S" name="file_save_all"/>
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/
H A Dmainwindow.py1051 ac.file_save_all.triggered.connect(self.saveAllDocuments)
1184 self.file_save_all = QAction(parent)
1241 self.file_save_all.setIcon(icons.get('document-save-all'))
1337 self.file_save_all.setText(_("Save All"))
H A Dmenu.py124 m.addAction(ac.file_save_all)
/dports/cad/geda/geda-gaf-1.8.2/gschem/src/
H A Dg_keys.c73 DEFINE_G_KEYS(file_save_all)
H A Di_callbacks.c235 DEFINE_I_CALLBACK(file_save_all) in DEFINE_I_CALLBACK() argument