Lines Matching full:inquote
657 inquote := uint8(0)663 if inquote == 0 && b == '>' && depth == 0 {669 case b == inquote:670 inquote = 0672 case inquote != 0:676 inquote = b678 case b == '>' && inquote == 0:681 case b == '<' && inquote == 0: