Home
last modified time | relevance | path

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

/dports/math/octave/octave-6.4.0/libgui/src/m-editor/
H A Dfile-editor-tab.cc341 int pos_fct = -1; in handle_context_menu_edit() local
347 if ((pos_fct = rxfun1.indexIn (lines.at (line))) != -1) in handle_context_menu_edit()
349 if ((pos_fct = rxfun2.indexIn (lines.at (line))) != -1) in handle_context_menu_edit()
351 if ((pos_fct = rxfun3.indexIn (lines.at (line))) != -1) in handle_context_menu_edit()
353 if ((pos_fct = rxfun4.indexIn (lines.at (line))) != -1) in handle_context_menu_edit()
357 if (pos_fct > -1) in handle_context_menu_edit()
360 m_edit_area->setCursorPosition (line, pos_fct); in handle_context_menu_edit()