Lines Matching refs:search
99 " closing one. In case the we are still in the string, we search for the
150 call search('\S', 'Wb')
166 call search('\S', 'W')
180 call search('\[', 'W')
241 " Find the next enclosing [ or {. We can limit the second search
243 " zero and we search for an enclosing {.
296 " In case after the paren is a whitespace, we search for the next word.
299 call search('\v\S', 'W')
344 call search('\v\_s', 'cW')
345 call search('\v\S', 'W')
350 call search('\v\S', 'bW')
391 if search('\v[(\[{}\])]', '', lnum) < 1