text/template.state.mark (method)

6 uses

	text/template (current package)
		exec.go#L53: func (s *state) mark() int {
		exec.go#L65: 	for i := s.mark() - 1; i >= 0; i-- {
		exec.go#L81: 	for i := s.mark() - 1; i >= 0; i-- {
		exec.go#L284: 	defer s.pop(s.mark())
		exec.go#L338: 	defer s.pop(s.mark())
		exec.go#L341: 	mark := s.mark()