Home
last modified time | relevance | path

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

/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/utils/
H A Dkatecmd.cpp196 int last_unquoted_space = -1; in splitText() local
226 last_unquoted_space = pos; in splitText()
230 text_start = text.left(last_unquoted_space + 1); in splitText()
233 text_compl = text.mid(last_unquoted_space + 1); in splitText()
/dports/devel/kf5-kio/kio-5.89.0/src/widgets/
H A Dkshellcompletion.cpp158 int last_unquoted_space = -1; in splitText() local
188 last_unquoted_space = pos; in splitText()
192 text_start = text.left(last_unquoted_space + 1); in splitText()
195 text_compl = text.mid(last_unquoted_space + 1); in splitText()