Searched refs:wordOrCommandEnd (Results 1 – 1 of 1) sorted by relevance
4792 static QRegExp wordOrCommandStart("\\\\?\\b\\w+$"), wordOrCommandEnd("^\\\\?\\w+\\b"); in movePosition() local5462 int x = wordOrCommandEnd.indexIn(m_doc->line(line).text(), offset, QRegExp::CaretAtOffset); in movePosition()5466 offset += wordOrCommandEnd.matchedLength(); in movePosition()