Home
last modified time | relevance | path

Searched refs:convert_eol (Results 1 – 5 of 5) sorted by relevance

/dports/math/octave/octave-6.4.0/libgui/src/m-editor/
H A Dfile-editor-tab.h172 void convert_eol (const QWidget *ID, QsciScintilla::EolMode);
H A Dfile-editor-tab.cc1320 void file_editor_tab::convert_eol (const QWidget *ID, in convert_eol() function in octave::file_editor_tab
2531 convert_eol (this,m_save_as_desired_eol); in handle_save_file_as_answer()
2552 convert_eol (this,m_save_as_desired_eol); in handle_save_file_as_answer_close()
H A Dfile-editor.cc2522 f, SLOT (convert_eol (const QWidget*, QsciScintilla::EolMode))); in make_file_editor_tab()
/dports/devel/geany-legacy/geany-1.37.1/src/
H A Dcallbacks.c494 static void convert_eol(gint mode) in convert_eol() function
518 convert_eol(SC_EOL_CRLF); in on_crlf_activate()
527 convert_eol(SC_EOL_LF); in on_lf_activate()
536 convert_eol(SC_EOL_CR); in on_cr_activate()
/dports/devel/geany/geany-1.38/src/
H A Dcallbacks.c530 static void convert_eol(gint mode) in convert_eol() function
554 convert_eol(SC_EOL_CRLF); in on_crlf_activate()
563 convert_eol(SC_EOL_LF); in on_lf_activate()
572 convert_eol(SC_EOL_CR); in on_cr_activate()