text/template/parse.lexer.width (field)

7 uses

	text/template/parse (current package)
		lex.go#L117: 	width       Pos       // width of last rune read from input
		lex.go#L127: 		l.width = 0
		lex.go#L131: 	l.width = Pos(w)
		lex.go#L132: 	l.pos += l.width
		lex.go#L148: 	l.pos -= l.width
		lex.go#L150: 	if l.width == 1 && l.input[l.pos] == '\n' {
		lex.go#L246: 	l.width = 0