github.com/aws/aws-sdk-go/internal/ini.ParseStack.Push (method)

15 uses

	github.com/aws/aws-sdk-go/internal/ini (current package)
		ini_parser.go#L141: 	stack.Push(start)
		ini_parser.go#L182: 			stack.Push(k)
		ini_parser.go#L188: 			stack.Push(expr)
		ini_parser.go#L203: 			stack.Push(expr)
		ini_parser.go#L223: 				stack.Push(newExprStatement(k))
		ini_parser.go#L226: 				stack.Push(k)
		ini_parser.go#L247: 				stack.Push(k)
		ini_parser.go#L262: 			stack.Push(stmt)
		ini_parser.go#L269: 			stack.Push(newCompletedSectionStatement(k))
		ini_parser.go#L292: 			stack.Push(stmt)
		ini_parser.go#L299: 				stack.Push(start)
		ini_parser.go#L302: 			stack.Push(newSkipStatement(k))
		ini_parser.go#L306: 				stack.Push(k)
		ini_parser.go#L312: 			stack.Push(stmt)
		parse_stack.go#L32: func (s *ParseStack) Push(ast AST) {