Lines Matching refs:found
335 " else ind==0 (other tag found): keep indent
446 " if opening tag found,
451 " if comment opener found,
470 " opening tag found, assume a:lnum within block
499 let [comlnum, comcol, found] = searchpos('\(<!--\[\)\|\(<!--\)\|-->', 'bpnW', stopline)
500 if found == 2 || found == 3
501 " comment opener found, assume a:lnum within comment
502 let state.block = (found == 3 ? 5 : 6)
506 if found == 2
558 let [state.lnum, found] = HtmlIndent_FindTagStart(state.lnum)
627 let [prev_lnum, found] = HtmlIndent_FindTagStart(prev_lnum)
758 " The found /* is at the start of the line. Now go back to the line
854 " - a flag indicating whether we found the end of a tag.
874 " If found, positions the cursor at the match and returns the line number.